Skip to content

Commit

Permalink
Auto apply c2cciutils-checks fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner authored and renovate[bot] committed Jul 10, 2024
1 parent 09f3d6f commit c93d071
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ jobs:

- name: Checks
run: c2cciutils-checks
- run: c2cciutils-checks --fix
if: failure()
- run: git diff --patch > /tmp/c2cciutils-checks.patch || true
if: failure()
- uses: actions/upload-artifact@v3
with:
name: Fix c2cciutils-checks.patch
path: /tmp/c2cciutils-checks.patch
retention-days: 1
if: failure()
- run: git reset --hard
if: failure()

- run: sudo npm install --global json-schema-spell-checker
- run: json-schema-spell-checker --fields=description,title --spelling=.spelling --ignore-numbers tilecloud_chain/schema.json
Expand Down

0 comments on commit c93d071

Please sign in to comment.