Skip to content

add new pin for mcus with pa6 as the signal pin (#452) #651

add new pin for mcus with pa6 as the signal pin (#452)

add new pin for mcus with pa6 as the signal pin (#452) #651

Workflow file for this run

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