From 085a66b0d71ccfff1508c509398909a8e1c25d74 Mon Sep 17 00:00:00 2001 From: Andreas Beuge Date: Fri, 2 Feb 2024 23:49:58 +0100 Subject: [PATCH] chore: linting json --- .github/workflows/json.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/json.yaml b/.github/workflows/json.yaml index 2e447b5..779460a 100755 --- a/.github/workflows/json.yaml +++ b/.github/workflows/json.yaml @@ -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