Skip to content

CI Rework

CI Rework #6965

Workflow file for this run

name: dist
on:
pull_request:
push:
branches: [master]
jobs:
build:
name: dist
runs-on: '${{ matrix.os }}'
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
build: [stm32g0]
#include:
# - build: stm32g0
# app_name: demo-stm32g070-nucleo
# app_toml: app/demo-stm32g0-nucleo/app-g070.toml
# target: thumbv6m-none-eabi
# image: default
# - os: ubuntu-latest
# - os: windows-latest
uses: ./.github/workflows/build-one.yml

Check failure on line 23 in .github/workflows/dist.yml

View workflow run for this annotation

GitHub Actions / dist

Invalid workflow file

The workflow is not valid. .github/workflows/dist.yml (Line: 23, Col: 5): Unexpected value 'uses' .github/workflows/dist.yml (Line: 24, Col: 5): Unexpected value 'with'
with:
build: ${{ matrix.build }}
app_name: ${{ matrix.app_name }}
app_toml: ${{ matrix.app_toml }}
target: ${{ matrix.target }}
image: ${{ matrix.image }}
os: ${{ matrix.os }}