Skip to content

Commit

Permalink
chore: update snapshot when updating rules via dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Djiit committed Mar 5, 2024
1 parent eba6a17 commit 1918acf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ jobs:

- name: Bump oxlint rules
run: |
# Generate rules from latest oxlint
pnpm run generate
# Update test snapshots
pnpm run test -u
# Commit and push changes
git config --global user.name "dependabot[bot]"
git config --global user.email "49699333+dependabot[bot]@users.noreply.github.com"
git commit -am "feat(oxlint): bump oxlint rules"
Expand Down

0 comments on commit 1918acf

Please sign in to comment.