nom-tracer 1.0.1

Extension of nom to trace parser execution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: ⚙️ Validate
run-name: "Validate: ${{ github.sha }}"
on:
  workflow_dispatch:

permissions:
  contents: read
  id-token: write
  issues: read
  pull-requests: write

jobs:
  ci:
    name: CI
    uses: ./.github/workflows/sub-ci.yaml
    secrets: inherit