Skip to content

Commit

Permalink
chore: linting json
Browse files Browse the repository at this point in the history
  • Loading branch information
andibeuge committed Feb 2, 2024
1 parent d96a14a commit 085a66b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ on:
- "**.json"
workflow_dispatch:
jobs:
# lint:
# uses: parcelLab/ci/.github/workflows/json.yaml@v1.7.0
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: --write "**.json"
- name: show after linting
run: cat tsconfig.json
lint:
uses: parcelLab/ci/.github/workflows/json.yaml@v1
# 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: --write "**.json"
# - name: show after linting
# run: cat tsconfig.json

0 comments on commit 085a66b

Please sign in to comment.