Skip to content

refactor helpers.ts and file structure #21

refactor helpers.ts and file structure

refactor helpers.ts and file structure #21

Workflow file for this run

name: QA
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build