ci: update PR workflow to use golang image
Some checks failed
Test Go Action / use-go-action (push) Failing after 7s
Lint Pull Request / Lint Pr Title (pull_request) Failing after 13s

This commit is contained in:
Jan K9f 2025-04-09 18:01:43 +02:00
parent 142ef2e8f8
commit 3253d5ac63
Signed by: jank
GPG key ID: B9F475106B20F144

View file

@ -7,6 +7,7 @@ jobs:
lint:
name: Lint Pr Title
runs-on: ubuntu-latest
image: golang
steps:
- name: Install go
@ -14,15 +15,6 @@ jobs:
with:
go-version: 1.24.2
- name: Inspect the Action Directory (Debugging)
run: |
echo "Listing files in action directory:"
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