Skip to content

These first two functions around the brightness work like a charm 🎉 #10

These first two functions around the brightness work like a charm 🎉

These first two functions around the brightness work like a charm 🎉 #10

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