[AIFP] Inserting Field Type and Variable Type in AIFP #628
Workflow file for this run
This file contains hidden or 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: Compatibility Check | |
| on: | |
| pull_request: | |
| jobs: | |
| compatible: | |
| name: Is change compatible | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 10 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - uses: actions/setup-node@v4 | |
| - name: Run script | |
| run: | | |
| cd compatibility-check | |
| npm ci | |
| npm run check |