Skip to content

Bump docker/setup-buildx-action from 2 to 3 #47

Bump docker/setup-buildx-action from 2 to 3

Bump docker/setup-buildx-action from 2 to 3 #47

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
defaults:
run:
shell: bash
concurrency:
group: ${{ github.ref_name }}-lint
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Golang Environment
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Lint Code
uses: golangci/golangci-lint-action@v3
with:
only-new-issues: true
actionlint:
name: Actionlint
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
actionlint_flags: -shellcheck ""