Skip to content

Merge branch 'dev' of github.com:VoileLab/toolgui into dev #33

Merge branch 'dev' of github.com:VoileLab/toolgui into dev

Merge branch 'dev' of github.com:VoileLab/toolgui into dev #33

Workflow file for this run

name: GolangCI-Lint
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
jobs:
golangci-lint:
name: GolangCI-Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
go-version-file: go.mod
cache-dependency-path: go.sum
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60