Skip to content

chore: add TODO comment #5

chore: add TODO comment

chore: add TODO comment #5

name: GolangCI-Lint
on:
push:
branches: [ main ]
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.25.5' ]
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.7.2
working-directory: backend
args: ./...