Skip to content

Bump megalinter/megalinter from 7.4.0 to 7.5.0 #102

Bump megalinter/megalinter from 7.4.0 to 7.5.0

Bump megalinter/megalinter from 7.4.0 to 7.5.0 #102

Workflow file for this run

---
name: Test
"on": [push]
permissions: read-all
jobs:
test:
name: Test on push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
- uses: golangci/golangci-lint-action@v3.7.0
- name: Get test dependencies
run: |
go mod download
- name: go test
run: go test ./cmd/gocate