Skip to content

Explicitly state that we do pre-issuance linting #32

Explicitly state that we do pre-issuance linting

Explicitly state that we do pre-issuance linting #32

Workflow file for this run

name: Lint CP/CPS
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Run linter
working-directory: ./tools/lint
run: go run . ../../CP-CPS.md