Skip to content

Commit 0068dac

Browse files
committed
chore: Synced local '.github/' with remote 'sync-files/js/.github/'
1 parent ab85e07 commit 0068dac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ on: [push, pull_request]
1717
jobs:
1818
test:
1919
runs-on: ubuntu-latest
20-
steps:
20+
steps:
21+
- uses: actions/checkout@v2
2122
- uses: actions/cache@v2
2223
with:
2324
path: ~/.npm
2425
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2526
restore-keys: |
2627
${{ runner.os }}-node-
27-
- uses: actions/checkout@v2
2828
- run: npm i
2929
- run: npm run lint
3030
- run: npm test

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
test:
1919
runs-on: ubuntu-latest
2020
steps:
21+
- uses: actions/checkout@v2
2122
- uses: actions/cache@v2
2223
with:
2324
path: ~/.npm
2425
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2526
restore-keys: |
2627
${{ runner.os }}-node-
27-
- uses: actions/checkout@v2
2828
- run: |
2929
npm i
3030
npm run docs

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
steps:
25+
- uses: actions/checkout@v2
2526
- uses: actions/cache@v2
2627
with:
2728
path: ~/.npm
2829
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2930
restore-keys: |
3031
${{ runner.os }}-node-
31-
- uses: actions/checkout@v2
3232
- name: Test
3333
run: |
3434
npm i

0 commit comments

Comments
 (0)