Skip to content

Commit 0ff92fb

Browse files
committed
fix: fix
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 2f3b60a commit 0ff92fb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ name: Continuous Integration
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [ master ]
66
pull_request:
7-
branches: [master]
8-
schedule:
9-
- cron: '0 2 * * 1' # At 02:00 on Monday
7+
branches: [ master ]
108

119
permissions: {}
1210

@@ -46,7 +44,7 @@ jobs:
4644
- uses: actions/setup-node@v4
4745
with:
4846
node-version: 22 # LTS
49-
- run: npm ci --ignore-scripts
47+
- run: npm install --ignore-scripts
5048
- name: Verify code linting
5149
run: npx --no eslint .
5250

0 commit comments

Comments
 (0)