Skip to content

Refactor

Refactor #1

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build the project
runs-on: ubuntu-latest
strategy:
matrix:
projects: ["PWM", "Timer", "Stepper Motor"]
steps:
- name: Download the source code
uses: actions/checkout@v1
- name: Build
uses: jeandeaual/[email protected]
with:
project: ${{ matrix.projects }}
configuration: default