Skip to content

add missing header in GitHub CI #9

add missing header in GitHub CI

add missing header in GitHub CI #9

Workflow file for this run

---
name: json lint
on: [push]
jobs:
check:
runs-on: ubuntu-latest
name: json lint
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y jq
- run: jq . cv-*.json -e