mirror of
https://github.com/Dictionarry-Hub/schema.git
synced 2026-05-03 06:14:17 +02:00
chore: split validate into 2 jobs
This commit is contained in:
@@ -12,14 +12,16 @@ on:
|
|||||||
- "v*"
|
- "v*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate-languages:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Validate Languages
|
- name: Validate Languages
|
||||||
run: ./scripts/validateLanguages.sh
|
run: ./scripts/validateLanguages.sh
|
||||||
|
|
||||||
|
validate-qualities:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Validate Qualities
|
- name: Validate Qualities
|
||||||
run: ./scripts/validateQualities.sh
|
run: ./scripts/validateQualities.sh
|
||||||
if: always()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user