mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-04 09:04:54 +00:00
chore: Update workflow configuration
This commit is contained in:
@@ -3,10 +3,26 @@ name: Dispatch
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Validate
|
||||
id: json-yaml-validate
|
||||
uses: GrantBirki/json-yaml-validate@v3
|
||||
with:
|
||||
use_gitignore: false
|
||||
|
||||
dispatch:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
needs: validate
|
||||
|
||||
steps:
|
||||
- name: Dispatch Update to Gakumas-Localify-EN
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
21
.github/workflows/validate.yml
vendored
21
.github/workflows/validate.yml
vendored
@@ -1,21 +0,0 @@
|
||||
name: Validator
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Validate
|
||||
id: json-yaml-validate
|
||||
uses: GrantBirki/json-yaml-validate@v3
|
||||
with:
|
||||
use_gitignore: false
|
||||
@@ -1,6 +1,5 @@
|
||||
[](https://github.com/NatsumeLS/Gakumas-Translation-Data-EN/graphs/traffic)
|
||||
[](https://github.com/NatsumeLS/Gakumas-Translation-Data-EN/actions/workflows/build.yml)
|
||||
[](https://github.com/NatsumeLS/Gakumas-Translation-Data-EN/actions/workflows/validate.yml)
|
||||
[](https://github.com/NatsumeLS/Gakumas-Translation-Data-EN/actions/workflows/dispatch.yml)
|
||||
|
||||
[](https://natsume.io/GakumasLocalize)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user