Skip to content

chore(deps): bump docker/metadata-action from 4 to 5 #56

chore(deps): bump docker/metadata-action from 4 to 5

chore(deps): bump docker/metadata-action from 4 to 5 #56

Workflow file for this run

name: Lint
on: pull_request
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "^1.19"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=180s
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint commit messages
uses: wagoid/commitlint-github-action@v5