Skip to content

feat: lsquic

feat: lsquic #3937

Workflow file for this run

name: Linters
on:
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
nph:
name: Linters
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 2 # In PR, has extra merge commit: ^1 = PR, ^2 = base
- name: Check NPH formatting
uses: arnetheduck/nph-action@v1
with:
version: 0.6.1
options: "./. *.nim*"
fail: true
suggest: true
- name: Check License Header
uses: apache/skywalking-eyes/[email protected]
with:
config: .github/.licenserc.yaml