Skip to content

Merge pull request #15 from iStwer/feature/color-button-fix #18

Merge pull request #15 from iStwer/feature/color-button-fix

Merge pull request #15 from iStwer/feature/color-button-fix #18

Workflow file for this run

name: PR lint & test
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
npm run build
npm run test
npm run lint