github: improve CI

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2022-11-03 19:46:43 +01:00
parent d0925bfd33
commit 71fd38df8a
1 changed files with 2 additions and 5 deletions

View File

@ -1,12 +1,9 @@
name: CI
on:
- push
- pull_request
on: [push, pull_request]
jobs:
pico:
name: RPi Pico compilation
CI:
runs-on: ubuntu-20.04
steps:
- name: 'Check out code'