Skip to content

I2c blocking fix

I2c blocking fix #145

Workflow file for this run

on:
pull_request_target:
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."