Skip to content

The script is there: https://my.numworks.com/python/lilian-besson-1/j… #8

The script is there: https://my.numworks.com/python/lilian-besson-1/j…

The script is there: https://my.numworks.com/python/lilian-besson-1/j… #8

Workflow file for this run

name: Build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install toolchain
uses: numworks/setup-arm-toolchain@2020-q2
- name: Run make build
run: make build
- name: Run make check
run: make check