Skip to content

touch and display example for STM32F469I-DISCO B08 board revision (NT35510 LCD controller) #1750

touch and display example for STM32F469I-DISCO B08 board revision (NT35510 LCD controller)

touch and display example for STM32F469I-DISCO B08 board revision (NT35510 LCD controller) #1750

Workflow file for this run

on:
pull_request:
# Run on labeled/unlabeled in addition to defaults to detect
# adding/removing skip-changelog labels.
types: [ opened, reopened, labeled, unlabeled, synchronize ]
merge_group:
name: Changelog check
jobs:
changelog:
name: Changelog check
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Check changelog update
uses: dangoslen/changelog-enforcer@v3
with:
skipLabels: skip-changelog
missingUpdateErrorMessage: 'Please add a changelog entry to the appropriate section of the CHANGELOG.md file.'