mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-04 00:54:53 +00:00
Merge branch 'main' of https://github.com/NatsumeLS/Gakumas-Translation-Data-EN
This commit is contained in:
32
.github/workflows/dispatch.yml
vendored
Normal file
32
.github/workflows/dispatch.yml
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
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 Submodule to Gakumas-Localify-EN
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
repository: NatsumeLS/Gakumas-Localify-EN
|
||||
event-type: update-submodule
|
||||
16
.github/workflows/dispatch_update.yml
vendored
16
.github/workflows/dispatch_update.yml
vendored
@@ -1,16 +0,0 @@
|
||||
name: Dispatch
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
dispatch:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Dispatch Update to Gakumas-Localify-EN
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
repository: NatsumeLS/Gakumas-Localify-EN
|
||||
event-type: update-submodule
|
||||
23
.github/workflows/validate.yml
vendored
23
.github/workflows/validate.yml
vendored
@@ -1,23 +0,0 @@
|
||||
name: Validator
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
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:
|
||||
comment: "true"
|
||||
use_gitignore: "false"
|
||||
@@ -1,5 +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/dispatch.yml)
|
||||
|
||||
[](https://natsume.io/GakumasLocalize)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user