We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3b60a commit 0ff92fbCopy full SHA for 0ff92fb
1 file changed
.github/workflows/continuous-integration.yml
@@ -2,11 +2,9 @@ name: Continuous Integration
2
3
on:
4
push:
5
- branches: [master]
+ branches: [ master ]
6
pull_request:
7
8
- schedule:
9
- - cron: '0 2 * * 1' # At 02:00 on Monday
10
11
permissions: {}
12
@@ -46,7 +44,7 @@ jobs:
46
44
- uses: actions/setup-node@v4
47
45
with:
48
node-version: 22 # LTS
49
- - run: npm ci --ignore-scripts
+ - run: npm install --ignore-scripts
50
- name: Verify code linting
51
run: npx --no eslint .
52
0 commit comments