We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df41fa6 commit 408903cCopy full SHA for 408903c
.github/workflows/workflow-linter.yml
@@ -42,6 +42,15 @@ jobs:
42
echo "Workflow files changed: $count"
43
echo "changed_files_count=$count" >> $GITHUB_OUTPUT
44
45
+ - name: Download actionlint configuration
46
+ if: steps.changed-workflows.outputs.changed_files_count != '0'
47
+ run: |
48
+ curl \
49
+ --fail \
50
+ --create-dirs \
51
+ --output .github/actionlint.yml \
52
+ https://raw.githubusercontent.com/bitwarden/workflow-linter/refs/heads/main/.github/actionlint.yml
53
+
54
- name: Set up Python 3.12
55
if: steps.changed-workflows.outputs.changed_files_count != '0'
56
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
0 commit comments