include check-all-inflections in CI
This commit is contained in:
parent
a5b4fda826
commit
e40b383276
|
@ -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
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue