feat: coercions #51
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check for copyright headers | |
on: [pull_request] | |
jobs: | |
check-lean-files: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install TypeScript | |
run: | | |
sudo apt update && sudo apt install node-typescript | |
- uses: actions/checkout@v4 | |
- name: Type check the search bar code | |
run: | | |
cd static/search | |
tsc --noEmit -p jsconfig.json | |