name: Golang lint run-name: Linting code on: [push] jobs: lint: runs-on: go-latest steps: - name: Checkout repository code uses: actions/checkout@v6 - name: Run golangci-lint run: golangci-lint run