fix: init path
Some checks failed
Check / check (push) Failing after 0s

This commit is contained in:
trev 2025-05-17 02:50:34 -04:00
parent a1f22433a0
commit d829c1efb2
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ jobs:
contains(github.event.head_commit.message, 'bump:') == false &&
contains(github.event.head_commit.message, 'Merge pull request') == false
steps:
- uses: ./.github/actions/init
- uses: ../actions/init
- name: Check
run: nix flake check

View File

@ -13,7 +13,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/init
- uses: ../actions/init
- name: Check
run: nix flake check
@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
needs: check
steps:
- uses: ./.github/actions/init
- uses: ../actions/init
- name: Build
run: >
@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
needs: release
steps:
- uses: ./.github/actions/init
- uses: ../actions/init
- name: Set env
run: |

View File

@ -13,7 +13,7 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/init
- uses: ../actions/init
# https://github.com/actions/checkout/issues/13
- name: Set Git Config