Skip to content

Commit

Permalink
Update actions to same as main project
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Oct 25, 2024
1 parent 0492301 commit 4ea2348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4.0.0
- name: Install Linter
run: |
npm ci --ignore-scripts
- name: Fix everything which can be fixed
run: 'npm run lint:fix'
- uses: stefanzweifel/git-auto-commit-action@v4.0.0
- uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a #v4.16.0
with:
commit_message: "Auto-fix linting issues"

Expand Down

0 comments on commit 4ea2348

Please sign in to comment.