Skip to content

Commit cf64f2d

Browse files
committed
Lint workflow file.
Apply zizmor suggested fixes.
1 parent 8f8187b commit cf64f2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Main CI
22

33
on: [push]
44

5+
permissions: {}
6+
57
jobs:
68
lint:
79
runs-on: ubuntu-latest
@@ -11,6 +13,8 @@ jobs:
1113
node-version: [24.x]
1214
steps:
1315
- uses: actions/checkout@v4
16+
with:
17+
persist-credentials: false
1418
- name: Use Node.js ${{ matrix.node-version }}
1519
uses: actions/setup-node@v4
1620
with:

0 commit comments

Comments
 (0)