Skip to content

fix(c): wrong exit code with -q option 🐞 #15

fix(c): wrong exit code with -q option 🐞

fix(c): wrong exit code with -q option 🐞 #15

Workflow file for this run

# Quickstart for GitHub Actions
# https://docs.github.com/en/actions/quickstart
name: Lint
on: [ push, pull_request, workflow_dispatch ]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
name: Lint
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- run: test-cases/lint.sh