Skip to content

Commit

Permalink
Always commit autofixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Therrien-Beslogic committed Nov 14, 2024
1 parent 65dc5fa commit d057236
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/canopeum_backend_pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,9 @@ jobs:
- uses: astral-sh/ruff-action@v1
with:
args: format
# Format even on lint failure
if: always()
- name: Commit autofixes
uses: EndBug/add-and-commit@v9
# Push autofixes even on failure
if: always()
4 changes: 3 additions & 1 deletion .github/workflows/canopeum_frontend_pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run lint:fix
- name: Commit changes
- name: Commit autofixes
uses: EndBug/add-and-commit@v9
# Push autofixes even on failure
if: always()
Build:
runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit d057236

Please sign in to comment.