Skip to content

Bump golangci/golangci-lint-action from 4 to 5 #41

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

Bump golangci/golangci-lint-action from 4 to 5 #41

Workflow file for this run

name: Go
on:
push:
tags:
- 'v*'
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Test
run: go test ./...
test-generator:
name: test-generator
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Test
working-directory: ./internal/generator
run: go run .