Skip to content

docs: match naming of custom event filters to ui screenshot #524

docs: match naming of custom event filters to ui screenshot

docs: match naming of custom event filters to ui screenshot #524

name: Github actions on push jobs
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: 'yarn'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run linter
run: yarn lint
- name: Run build
run: yarn build
- name: Test codebase
run: yarn test