ci: add always condition to lint action steps
This commit is contained in:
parent
50c451f69e
commit
142ef2e8f8
1 changed files with 2 additions and 0 deletions
|
@ -20,7 +20,9 @@ jobs:
|
|||
ls -l /var/run/act/actions/https---git.kjan.de-actions-pull-request-lint@main/
|
||||
|
||||
- name: Set execute permissions (Explicit Path)
|
||||
if: ${{ always() }}
|
||||
run: chmod +x /var/run/act/actions/https---git.kjan.de-actions-pull-request-lint@main/main.go.out
|
||||
|
||||
- name: Run Pull Request Lint Action
|
||||
if: ${{ always() }}
|
||||
uses: https://git.kjan.de/actions/pull-request-lint@main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue