Skip to content

Bump @babel/traverse from 7.22.17 to 7.23.2 in /docs #396

Bump @babel/traverse from 7.22.17 to 7.23.2 in /docs

Bump @babel/traverse from 7.22.17 to 7.23.2 in /docs #396

Workflow file for this run

name: documentation
on:
pull_request:
branches: [develop]
push:
branches: [develop]
jobs:
checks:
if: github.event_name != 'push'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: |
cd docs
yarn install
- name: Check lint
run: |
cd docs
yarn lint
- name: Test Build
run: |
cd docs
yarn build