Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
romadryud committed Oct 13, 2024
1 parent c6ab2f9 commit ae85a74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
if: steps.prettier_check.outputs.PRETTIER_EXIT_CODE == 1
run: npm run prettify
- name: Commit and push changes
continue-on-error: true
if: ${{ success() && steps.prettier_run.conclusion == 'success' }}
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down

0 comments on commit ae85a74

Please sign in to comment.