Skip to content

chore(deps): bump actions/checkout from 4.1.1 to 4.1.6 #96

chore(deps): bump actions/checkout from 4.1.1 to 4.1.6

chore(deps): bump actions/checkout from 4.1.1 to 4.1.6 #96

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.17
- name: Lint check
run: make lint