Skip to content

chore(deps): update github artifact actions #221

chore(deps): update github artifact actions

chore(deps): update github artifact actions #221

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
name: Run Linter
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v9
with:
version: v2.5.0