Skip to content

Commit

Permalink
build: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 7, 2023
1 parent 00fc0dd commit 3df9473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 2
- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -78,7 +78,8 @@
},
"nano-staged": {
"*.js,!*.min.js,": [
"prettier-standard"
"prettier-standard",
"standard --fix"
],
"*.md": [
"standard-markdown"
Expand Down

0 comments on commit 3df9473

Please sign in to comment.