Skip to content

actions: Add main-yml action configuration #1

actions: Add main-yml action configuration

actions: Add main-yml action configuration #1

Workflow file for this run

on:
push:
branches:
- develop
- feature/*
workflow_dispatch

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
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:
- 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