mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 21:58:36 +00:00
ci: split job in prepare_release_oxlint.yml
This commit is contained in:
parent
0b56d50899
commit
e388758f8b
1 changed files with 6 additions and 1 deletions
7
.github/workflows/prepare_release_oxlint.yml
vendored
7
.github/workflows/prepare_release_oxlint.yml
vendored
|
|
@ -50,7 +50,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: taiki-e/checkout-action@v1
|
||||
|
||||
- uses: benc-uk/workflow-dispatch@v1
|
||||
with:
|
||||
repo: oxc-project/oxc-project.github.io
|
||||
|
|
@ -59,6 +58,12 @@ jobs:
|
|||
ref: main
|
||||
inputs: '{ "issue-number": "${{ needs.prepare.outputs.pull-request-number }}", "version": "${{ needs.prepare.outputs.version }}" }'
|
||||
|
||||
eslint-plugin-oxlint:
|
||||
needs: prepare
|
||||
name: Update eslint-plugin-oxlint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: taiki-e/checkout-action@v1
|
||||
- uses: benc-uk/workflow-dispatch@v1
|
||||
with:
|
||||
repo: oxc-project/eslint-plugin-oxlint
|
||||
|
|
|
|||
Loading…
Reference in a new issue