Skip to content

feat: update docker compose with checks.yaml #6

feat: update docker compose with checks.yaml

feat: update docker compose with checks.yaml #6

Workflow file for this run

name: Go Lint
on:
push:
branches: [ "main" ]
pull_request:
jobs:
lint:
name: Lint Go Code
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=5m