Skip to content

chore: update dependencies #9

chore: update dependencies

chore: update dependencies #9

Workflow file for this run

name: JSON
on:
push:
branches:
- main
paths:
- "**.json"
pull_request:
paths:
- "**.json"
workflow_dispatch:
jobs:
# lint:
# uses: parcelLab/ci/.github/workflows/[email protected]
json:
runs-on: ubuntu-latest
steps:
- name: Checkout current git repository
uses: actions/checkout@v3
- name: show before linting
run: cat tsconfig.json
- name: Lint JSON
uses: actionsx/prettier@v3
with:
args: --wrinte "**.json"
- name: show after linting
run: cat tsconfig.json