Skip to content

Commit

Permalink
πŸ’š Fixed some more CI issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
myles committed Jan 19, 2025
1 parent 1221f2e commit 687d53f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,6 @@ jobs:
id: install-npm-dependencies
run: npm install

- name: Run the auto lint fixer πŸ‘€
id: run-lint-fixer
run: npm run lintfix

- id: commit-and-push
name: "Commit and push changes if anything changed πŸš€"
run: |-
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git add -A
git commit -m ":rotating_light: Auto fixed some linter warnings." || exit 0
git push
- name: Run the linter πŸ‘€
id: run-lint
run: npm run lint

0 comments on commit 687d53f

Please sign in to comment.