Skip to content

Bump golangci/golangci-lint-action from 4 to 6 #248

Bump golangci/golangci-lint-action from 4 to 6

Bump golangci/golangci-lint-action from 4 to 6 #248

Workflow file for this run

name: test
on:
pull_request:
push:
schedule:
- cron: '0 0 1 * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ">=1.20.5"
- uses: golangci/golangci-lint-action@v6
with:
args: -E misspell,gofmt
- run: make
env:
TEST_GCAL_API_KEY: ${{ secrets.TEST_GCAL_API_KEY }}