Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Merge pull request #2742 from fpistm/stm32cubef4_update #898

Merge pull request #2742 from fpistm/stm32cubef4_update

Merge pull request #2742 from fpistm/stm32cubef4_update #898

Workflow file for this run

name: PlatformIO build
on:
push:
branches:
- main
paths-ignore:
- .github/**
- '!.github/actions/pio-build/**'
- '!.github/workflows/PIO-build.yml'
- '*.json'
- '**.md'
- keywords.txt
- CI/**
- '!CI/build/platformio-builder.py'
- cmake/**
- tools/**
- '!tools/platformio/platformio-build.py'
pull_request:
paths-ignore:
- .github/**
- '!.github/actions/pio-build/**'
- '!.github/workflows/PIO-build.yml'
- '*.json'
- '**.md'
- keywords.txt
- CI/**
- '!CI/build/platformio-builder.py'
- cmake/**
- tools/**
- '!tools/platformio/platformio-build.py'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
pio_build:
runs-on: ubuntu-latest
name: PlatformIO test
steps:
# First of all, clone the repo using the checkout action.
- name: Checkout
uses: actions/checkout@main
- name: PlatformIO
id: Compile
uses: ./.github/actions/pio-build
Morty Proxy This is a proxified and sanitized view of the page, visit original site.