Skip to content

Commit b1f9397

Browse files
committed
(CI): add checkout
1 parent be51f90 commit b1f9397

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/w-install-dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
name: Installing yarn dependencies of the project
77
runs-on: ubuntu-latest
88
steps:
9+
- uses: actions/checkout@v2
910
- name: Install yarn dependencies
1011
run: |
1112
cd template

.github/workflows/w-run-linters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
name: Run Prettier and ESLint rules checking
77
runs-on: ubuntu-latest
88
steps:
9+
- uses: actions/checkout@v2
910
- name: Run linters
1011
run: |
1112
cd template

.github/workflows/w-run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
name: Run and verify jest tests
77
runs-on: ubuntu-latest
88
steps:
9+
- uses: actions/checkout@v2
910
- name: Run tests
1011
run: |
1112
cd template

0 commit comments

Comments
 (0)