Skip to content

Commit

Permalink
disable lint fix for now
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn authored Feb 3, 2022
1 parent e992643 commit 9ffc4ab
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: yarn install

- name: Fix code style linting errors
id: lint-fix
run: yarn lint:fix
continue-on-error: true

- name: Commit fixed linting errors
id: commit
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "ci: fix code style linting errors"
# - name: Fix code style linting errors
# id: lint-fix
# run: yarn lint:fix
# continue-on-error: true
#
# - name: Commit fixed linting errors
# id: commit
# uses: stefanzweifel/git-auto-commit-action@v4
# with:
# commit_message: "ci: fix code style linting errors"

- name: Lint code
id: lint
Expand Down

0 comments on commit 9ffc4ab

Please sign in to comment.