This commit is contained in:
parent
d829c1efb2
commit
1062595d7f
2
.github/workflows/check.yaml
vendored
2
.github/workflows/check.yaml
vendored
@ -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: ../actions/init
|
||||
- uses: ./.github/actions/init
|
||||
|
||||
- name: Check
|
||||
run: nix flake check
|
||||
|
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ../actions/init
|
||||
- uses: ./.github/actions/init
|
||||
|
||||
- name: Check
|
||||
run: nix flake check
|
||||
@ -22,7 +22,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: check
|
||||
steps:
|
||||
- uses: ../actions/init
|
||||
- uses: ./.github/actions/init
|
||||
|
||||
- name: Build
|
||||
run: >
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: release
|
||||
steps:
|
||||
- uses: ../actions/init
|
||||
- uses: ./.github/actions/init
|
||||
|
||||
- name: Set env
|
||||
run: |
|
||||
|
2
.github/workflows/update.yaml
vendored
2
.github/workflows/update.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ../actions/init
|
||||
- uses: ./.github/actions/init
|
||||
|
||||
# https://github.com/actions/checkout/issues/13
|
||||
- name: Set Git Config
|
||||
|
Loading…
x
Reference in New Issue
Block a user