Skip to content

Remove mention that objects are available on request #1690

Remove mention that objects are available on request

Remove mention that objects are available on request #1690

Workflow file for this run

name: Lint, spellcheck and avo status
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check-linting-spelling-avo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Install modules
run: yarn install --immutable
- name: Check linting
run: yarn lint
env:
CI: true
- name: Check spelling
run: yarn spellcheck
- name: Check avo status
run: yarn avo status