Skip to content

style: add cursor pointer to buttons for better UX #52

style: add cursor pointer to buttons for better UX

style: add cursor pointer to buttons for better UX #52

Workflow file for this run

name: CI
on: [push, pull_request]
env:
API_KEY: ${{ secrets.API_KEY }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint