Skip to content

Commit 79b4ba7

Browse files
committed
lint
1 parent 4227295 commit 79b4ba7

File tree

4 files changed

+132
-126
lines changed

4 files changed

+132
-126
lines changed

.github/workflows/build.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-node@v1
12-
with:
13-
node-version: '20.x'
14-
- run: npm install
15-
- run: npm run build
16-
- name: commit changes
17-
uses: elstudio/actions-js-build/commit@v4
18-
with:
19-
commitMessage: "fixup: [spec] `npm run build`"
10+
- uses: actions/checkout@v2
11+
- uses: actions/setup-node@v1
12+
with:
13+
node-version: "20.x"
14+
- run: npm install
15+
- run: npm run build
16+
- name: commit changes
17+
uses: elstudio/actions-js-build/commit@v4
18+
with:
19+
commitMessage: "fixup: [spec] `npm run build`"

0 commit comments

Comments
 (0)