Skip to content

Fix updates cache

Fix updates cache #86

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
defaults:
run:
working-directory: './'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Lint files
run: yarn lint
- name: Typecheck files
run: yarn typecheck