Skip to content

Bug fix: race condition in I2C cr1 read-modify-write #1190

Bug fix: race condition in I2C cr1 read-modify-write

Bug fix: race condition in I2C cr1 read-modify-write #1190

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@v3
- name: Changelog updated
uses: Zomzog/[email protected]
with:
fileName: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}