We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91db999 commit d2e11afCopy full SHA for d2e11af
.github/workflows/cron.yml
@@ -14,7 +14,6 @@ jobs:
14
uses: actions/checkout@v4
15
with:
16
token: ${{ secrets.GH_TOKEN }}
17
- fetch-depth: 2
18
- name: Setup Node.js
19
uses: actions/setup-node@v3
20
package.json
@@ -85,7 +85,7 @@
85
]
86
},
87
"nano-staged": {
88
- "*.js,!*.min.js": [
+ "*.js": [
89
"prettier-standard",
90
"standard --fix"
91
],
0 commit comments