...

Text file src/github.com/goccy/go-json/.github/workflows/lint.yml

Documentation: github.com/goccy/go-json/.github/workflows

     1name: lint
     2on:
     3  push:
     4    branches:
     5      - master
     6  pull_request:
     7jobs:
     8  golangci:
     9    name: lint
    10    runs-on: ubuntu-latest
    11    steps:
    12      - uses: actions/checkout@v3
    13      - uses: golangci/golangci-lint-action@v3
    14        with:
    15          version: v1.45.2
    16          args: --timeout=5m

View as plain text