mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
ci: Update reusable workflows
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -35,13 +35,10 @@ jobs:
|
|||||||
miri:
|
miri:
|
||||||
uses: taiki-e/github-actions/.github/workflows/miri.yml@main
|
uses: taiki-e/github-actions/.github/workflows/miri.yml@main
|
||||||
with:
|
with:
|
||||||
event_name: ${{ github.event_name }}
|
|
||||||
# NB: sync with test job's --exclude option
|
# NB: sync with test job's --exclude option
|
||||||
args: --exclude install-action-internal-codegen
|
args: --exclude install-action-internal-codegen
|
||||||
msrv:
|
msrv:
|
||||||
uses: taiki-e/github-actions/.github/workflows/msrv.yml@main
|
uses: taiki-e/github-actions/.github/workflows/msrv.yml@main
|
||||||
with:
|
|
||||||
event_name: ${{ github.event_name }}
|
|
||||||
test-manifest-schema:
|
test-manifest-schema:
|
||||||
uses: taiki-e/github-actions/.github/workflows/test.yml@main
|
uses: taiki-e/github-actions/.github/workflows/test.yml@main
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user