Skip to content

fix: set choice state variable and path fields set to reference paths #106

fix: set choice state variable and path fields set to reference paths

fix: set choice state variable and path fields set to reference paths #106

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm ci
- name: Commit Lint
uses: wagoid/commitlint-github-action@v5
with:
failOnWarnings: true
- run: npm run build
- run: npm run lint
- run: npm test