Skip to content

Commit

Permalink
Fix indent in GH workflows
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/vscode-adblock-syntax from fix-gh-workflows to master

Squashed commit of the following:

commit 0ba91ba
Author: scripthunter7 <[email protected]>
Date:   Wed Jan 10 18:09:35 2024 +0100

    Fix indent
  • Loading branch information
scripthunter7 committed Jan 10, 2024
1 parent 6a16acf commit c02634a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run Jest tests
run: yarn test

notify:
notify:
name: Send Slack notification
needs:
- check_code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

notify:
notify:
name: Send Slack notification
needs:
- release
Expand Down

0 comments on commit c02634a

Please sign in to comment.