[SFPF] Add new object type SFPF #157
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: Compatability 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 |