Skip to content

screenshots, gifs and more #408

screenshots, gifs and more

screenshots, gifs and more #408

Workflow file for this run

name: Quality gate
on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run lint
test:
name: Test (jest)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run test