Skip to content

Commit

Permalink
fix: code styling for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozwiaczek committed Mar 29, 2021
1 parent 8be6bf1 commit d922cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continous_delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
${{ runner.os }}-yarn-
- name: 'Install dependency'
run: yarn install --frozen-lockfile
# End of yarn setup

# End of yarn setup
- name: 'Semantic release'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
${{ runner.os }}-yarn-
- name: 'Install dependency'
run: yarn install --frozen-lockfile
# End of yarn setup

# End of yarn setup
- name: 'Audit dependencies'
run: /bin/sh -c 'yarn audit --level high; [[ $? -ge 8 ]] && exit 1 || exit 0'
- name: 'Types check'
Expand Down

0 comments on commit d922cd8

Please sign in to comment.