Bump @types/react from 18.2.70 to 18.2.73 #93
Workflow file for this run
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: Ensure Types Are Correct | |
on: | |
pull_request: | |
branches: [ main ] | |
push: | |
branches: [ main ] | |
jobs: | |
ATTW: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Setup NodeJS | |
uses: actions/setup-node@v3 | |
- name: Install Dependencies (Along With ATTW) | |
run: npm install @arethetypeswrong/cli | |
- name: Are The Types Wrong? | |
# package should be built automatically using `prepack` | |
run: npx @arethetypeswrong/cli --pack |