include check-all-inflections in CI

This commit is contained in:
adueck 2024-08-06 17:46:18 -04:00
parent a5b4fda826
commit e40b383276
2 changed files with 1 additions and 26 deletions

View File

@ -1,26 +0,0 @@
name: Check Inflections
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
env:
LINGDOCS_DICTIONARY_URL: ${{ secrets.LINGDOCS_DICTIONARY_URL }}
LINGDOCS_NPM_TOKEN: ${{ secrets.LINGDOCS_NPM_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: "yarn"
- name: run script
run: |
yarn install-r
yarn check-all-inflections

View File

@ -26,3 +26,4 @@ jobs:
yarn build-library yarn build-library
yarn build-website yarn build-website
yarn test --silent yarn test --silent
yarn check-all-inflections