ci: add always condition to lint action steps
Some checks failed
Test Go Action / use-go-action (push) Failing after 4s
Lint Pull Request / Lint Pr Title (pull_request) Failing after 9s

This commit is contained in:
Jan K9f 2025-04-09 17:53:47 +02:00
parent 50c451f69e
commit 142ef2e8f8
Signed by: jank
GPG key ID: B9F475106B20F144

View file

@ -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