Skip to content

Commit 2cb2ea0

Browse files
committed
refactor :s script
1 parent fb0fae5 commit 2cb2ea0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- uses: actions/setup-node@v3
1514
- uses: actions/setup-go@v4
16-
- name: 'Installing requirements'
15+
- uses: actions/setup-node@v3
16+
- name: 'Test build distributable files'
1717
run: |
1818
rm -f README.md
1919
mv content/* .
2020
mv etc/* .
2121
npm install
22-
- name: 'Test build distributable files'
23-
run: |
2422
npm run build

0 commit comments

Comments
 (0)