Skip to content

Commit c02634a

Browse files
committed
Fix indent in GH workflows
Merge in ADGUARD-FILTERS/vscode-adblock-syntax from fix-gh-workflows to master Squashed commit of the following: commit 0ba91ba Author: scripthunter7 <d.tota@adguard.com> Date: Wed Jan 10 18:09:35 2024 +0100 Fix indent
1 parent 6a16acf commit c02634a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run Jest tests
4141
run: yarn test
4242

43-
notify:
43+
notify:
4444
name: Send Slack notification
4545
needs:
4646
- check_code

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363

64-
notify:
64+
notify:
6565
name: Send Slack notification
6666
needs:
6767
- release

0 commit comments

Comments
 (0)