Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed May 11, 2024
1 parent d3c3ed5 commit bc5b9da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: npm ci
run: npm ci
- name: Run secretlint
run: npx secretlint "./*"
run: npm run lint
dependabot:
runs-on: ubuntu-latest
needs: [actionlint, secretlint]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ tmp/*
*.log
.ac-php-conf.json
node_modules
.devbox/

0 comments on commit bc5b9da

Please sign in to comment.