Skip to content

#5 add formatter as action and pre-commit #12

#5 add formatter as action and pre-commit

#5 add formatter as action and pre-commit #12

Workflow file for this run

---
name: Jsonlint-CI
on:
push:
branches:
- main
- develop
- feature/**
pull_request:
branches:
- main
- develop
jobs:
test:
runs-on: ubuntu-latest
container:
image: ixxel/unit-tests-alpine:latest
steps:
- name: Git clone repo
uses: actions/checkout@v2
- name: Jsonlint scan
uses: ixxeL-actions/jsonlint@main
with:
extensions: '"json,JSON"'
environment: '""'
fix: 'true'
working-dir: ./schema/accel.json