Skip to content

chore(deps): update actions/upload-artifact action to v4 (#134) #250

chore(deps): update actions/upload-artifact action to v4 (#134)

chore(deps): update actions/upload-artifact action to v4 (#134) #250

Workflow file for this run

name: Lint (pre-commit)
on:
pull_request:
push:
branches:
- "main"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: v1.21.x
cache: true
- run: go run mage.go lint