Skip to content

Remove BitFlags type annotation #1288

Remove BitFlags type annotation

Remove BitFlags type annotation #1288

Workflow file for this run

name: Typecheck
on: [push, pull_request]
jobs:
Typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
- name: Typecheck
run: |
npm run typecheck --cache-dir=".turbo"