Add D_X_* and E_X_* layouts for BLHeli_S and Bluejay #481 #673
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: Test | |
on: | |
push: | |
branches: [master, develop] | |
pull_request: | |
branches: [master, develop] | |
jobs: | |
test: | |
name: Test | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- run: yarn global add node-gyp | |
- run: yarn install --immutable --immutable-cache --check-cache | |
- run: yarn lint | |
- run: yarn test |