Skip to content

actions: Add main-yml action configuration #3

actions: Add main-yml action configuration

actions: Add main-yml action configuration #3

Workflow file for this run

on:
push:
branches:
- develop
- feature/*
workflow_dispatch:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: arm-none-eabi-gcc GNU Arm Embedded Toolchain
uses: carlosperate/arm-none-eabi-gcc-action@v1.8.1
with:

Check failure on line 16 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 16, Col: 12): Unexpected value ''
- name: Install dependencies
run: pip install -r requirements.txt
- name: Select the port
run: defconfig config/nwdaq_br28_fdc_defconfig
- name: Compile
run: scons firmware