Skip to content

feat: add @fixme decorator (#21) #50

feat: add @fixme decorator (#21)

feat: add @fixme decorator (#21) #50

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: with NodeJS
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'
- run: npm ci
- run: npx playwright install chromium
- run: npm run lint
- run: npm run build
- run: npm test