Skip to content

Merge pull request #10 from ubie-oss/add-accordion #25

Merge pull request #10 from ubie-oss/add-accordion

Merge pull request #10 from ubie-oss/add-accordion #25

Workflow file for this run

name: Lint and Test
on:
push:
branches:
- main
pull_request:
jobs:
lint-test:
name: Lint and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- uses: ./actions/setup-node-and-install-deps
- name: Lint
run: npm run lint
- name: Test
run: npm run test