Skip to content

try to fix again

try to fix again #7

Workflow file for this run

name: lint
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Lint data.json
uses: sergeysova/jq-action@v2
with:
cmd: "jq . data.json"
multiline: true