Skip to content

mpy-cross/main: Fix return type of mp_import_stat. #51

mpy-cross/main: Fix return type of mp_import_stat.

mpy-cross/main: Fix return type of mp_import_stat. #51

Workflow file for this run

name: nrf port
on:
push:
pull_request:
paths:
- '.github/workflows/*.yml'
- 'tools/**'
- 'py/**'
- 'extmod/**'
- 'lib/**'
- 'drivers/**'
- 'ports/nrf/**'
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install packages
run: source tools/ci.sh && ci_nrf_setup
- name: Build
run: source tools/ci.sh && ci_nrf_build