Skip to content

chore(deps): bump actions/checkout from 3 to 4 #217

chore(deps): bump actions/checkout from 3 to 4

chore(deps): bump actions/checkout from 3 to 4 #217

Workflow file for this run

name: Lint
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.6.0
with:
version: v1.49.0
# skip cache becausez of flaky behaviors
skip-build-cache: true
skip-pkg-cache: true