fix: SecurityLevel

This commit is contained in:
Sidharth Vinod
2021-06-15 20:54:09 +05:30
parent be6931d0ca
commit af64307067
5 changed files with 42 additions and 7 deletions
+5
View File
@@ -26,6 +26,11 @@ jobs:
restore-keys: |
${{ runner.os }}-node_modules-build-
- name: Lint
run: |
yarn install
yarn run lint
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run