Skip to content

Merge pull request #37 from arc42/mark-as-to-be-implemented #41

Merge pull request #37 from arc42/mark-as-to-be-implemented

Merge pull request #37 from arc42/mark-as-to-be-implemented #41

Workflow file for this run

name: golang CI Linter
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.0
working-directory: ./go-app