Skip to content

Commit

Permalink
ci: add support for actionlint
Browse files Browse the repository at this point in the history
  • Loading branch information
devtools-ci-cd committed Mar 7, 2025
1 parent e3afb04 commit 50cf831
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- name: Check workflow files
uses: docker://rhysd/actionlint:latest
with:
args: -color
args: -color -ignore SC2086
2 changes: 1 addition & 1 deletion .github/workflows/announce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: announce_slack
run: |
readarray -td' ' URL_LIST <<<$SLACK_WEBHOOKS;
for WEBHOOK_URL in ${URL_LIST[@]};
for WEBHOOK_URL in "${URL_LIST[@]}";
do curl -X POST -H 'Content-type: application/json' \
--data '{
"blocks": [
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
release:
types:
- published # Triggered only when a new release is published
branches:
- master
permissions:
contents: write
jobs:
Expand Down

0 comments on commit 50cf831

Please sign in to comment.