Skip to content

fix: "Components and Hooks must be idempotent" #50

fix: "Components and Hooks must be idempotent"

fix: "Components and Hooks must be idempotent" #50

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