Skip to content

Refactor Makefile, GH workflows and other project housekeeping tasks #30

Refactor Makefile, GH workflows and other project housekeeping tasks

Refactor Makefile, GH workflows and other project housekeeping tasks #30

Workflow file for this run

name: Lint
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
lint:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v8
with:
version: v2.4
args: -v