enso/.github/workflows/docs.yml
Michał Wawrzyniec Urbańczyk a7023cf585
Update docs.yml
Remove the Engine changelog check altogether.
2021-11-09 00:45:15 +01:00

30 lines
605 B
YAML

name: Docs CI
on:
push:
branches: [develop, "release/*"]
pull_request:
branches: ["*"]
env:
nodeVersion: 12.18.4
jobs:
check:
name: Docs Check
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
steps:
- name: Checkout Library Sources
uses: actions/checkout@v2
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: ${{ env.nodeVersion }}
- name: Install Prettier
run: npm install
- name: Check Docs
run: npx prettier --version && npx prettier --check .