Update Github Actions #none major
Actionlint / build (push) Successful in 26s

This commit was merged in pull request #55.
This commit is contained in:
2026-08-10 15:33:18 +03:00
committed by andreas
parent 5fd2e148d4
commit 01e9a3730b
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Verify Action
run: actionlint -ignore 'unexpected key "description" for "workflow" section' -ignore 'nexpected key "inputs" for "workflow" section.' -ignore 'unexpected key "runs" for "workflow" section.' -ignore '"on" section is missing in workflow' -ignore '"jobs" section is missing in workflow' action.yml
- name: Verify Workflow