mirror of
https://github.com/Dictionarry-Hub/schema.git
synced 2026-05-03 18:24:17 +02:00
feat: add language and quality migrations + validation CI to keep up to date with sonarr/radarr
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: Validate
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Validate Languages
|
||||
run: ./scripts/validateLanguages.sh
|
||||
|
||||
- name: Validate Qualities
|
||||
run: ./scripts/validateQualities.sh
|
||||
if: always()
|
||||
Reference in New Issue
Block a user