feat: initial implementation #5
1 changed files with 1 additions and 9 deletions
|
@ -7,6 +7,7 @@ jobs:
|
||||||
lint:
|
lint:
|
||||||
name: Lint Pr Title
|
name: Lint Pr Title
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
image: golang
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install go
|
- name: Install go
|
||||||
|
@ -14,15 +15,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: 1.24.2
|
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
|
- name: Run Pull Request Lint Action
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: https://git.kjan.de/actions/pull-request-lint@main
|
uses: https://git.kjan.de/actions/pull-request-lint@main
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue