Skip to content

add a turbo button in the ui #18

add a turbo button in the ui

add a turbo button in the ui #18

name: Test
on:
pull_request:
jobs:
tests:
name: Run linter and tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: lint
run: npm run lint