We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be51f90 commit b1f9397Copy full SHA for b1f9397
.github/workflows/w-install-dependencies.yml
@@ -6,6 +6,7 @@ jobs:
6
name: Installing yarn dependencies of the project
7
runs-on: ubuntu-latest
8
steps:
9
+ - uses: actions/checkout@v2
10
- name: Install yarn dependencies
11
run: |
12
cd template
.github/workflows/w-run-linters.yml
name: Run Prettier and ESLint rules checking
- name: Run linters
.github/workflows/w-run-tests.yml
name: Run and verify jest tests
- name: Run tests
0 commit comments