Skip to content

Update workflows.

Update workflows. #1

Workflow file for this run

name: '🔥 Firmware Build'
on:
pull_request:
types: [opened, synchronize]
jobs:
code-size-report:
needs: build-firmware
runs-on: ubuntu-22.04
steps:
- name: Trigger Code Size Report
uses: benc-uk/workflow-dispatch@v1
with:
workflow: code-size-report.yml
token: ${{ secrets.GITHUB_TOKEN }}
inputs:
pr_number: ${{ github.event.pull_request.number }}

Check failure on line 18 in .github/workflows/firmware.yml

View workflow run for this annotation

GitHub Actions / 🔥 Firmware Build

Invalid workflow file

The workflow is not valid. .github/workflows/firmware.yml (Line: 18, Col: 11): A mapping was not expected