Skip to content

Allow to set HSE bypass bit in clock config #30

Allow to set HSE bypass bit in clock config

Allow to set HSE bypass bit in clock config #30

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/changelog-checker@v1.2.0
with:
fileName: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}