ci: rename jsruntime-lib into zig-js-runtime

This commit is contained in:
Pierre Tachoire
2024-05-14 12:18:24 +02:00
parent 986e69f45d
commit f040f422e4
3 changed files with 9 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.GH_CI_PAT }}
# fetch submodules recusively, to get jsruntime-lib submodules also.
# fetch submodules recusively, to get zig-js-runtime submodules also.
submodules: recursive
- uses: ./.github/actions/install

View File

@@ -15,7 +15,7 @@ on:
- "build.zig"
- "src/**/*.zig"
- "src/*.zig"
- "vendor/jsruntime-lib"
- "vendor/zig-js-runtime"
pull_request:
# By default GH trigger on types opened, synchronize and reopened.
@@ -53,7 +53,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.GH_CI_PAT }}
# fetch submodules recusively, to get jsruntime-lib submodules also.
# fetch submodules recusively, to get zig-js-runtime submodules also.
submodules: recursive
- uses: ./.github/actions/install
@@ -79,7 +79,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.GH_CI_PAT }}
# fetch submodules recusively, to get jsruntime-lib submodules also.
# fetch submodules recusively, to get zig-js-runtime submodules also.
submodules: recursive
- uses: ./.github/actions/install
@@ -105,7 +105,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.GH_CI_PAT }}
# fetch submodules recusively, to get jsruntime-lib submodules also.
# fetch submodules recusively, to get zig-js-runtime submodules also.
submodules: recursive
- uses: ./.github/actions/install