Skip to content

[buildmgr] Add Cortex-M52 support to IAR toolchain configuration #2299

[buildmgr] Add Cortex-M52 support to IAR toolchain configuration

[buildmgr] Add Cortex-M52 support to IAR toolchain configuration #2299

Workflow file for this run

name: global
on:
pull_request:
release:
types: [ published ]
permissions:
contents: read
jobs:
copyright:
runs-on: ubuntu-22.04
steps:
- name: Harden Runner
if: ${{ !github.event.repository.private }}
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
with:
egress-policy: audit
- name: Checkout devtools
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check copyright notice
run: |
pip install \
pre-commit \
python-magic==0.4.18 \
comment-parser>=1.2.3
pre-commit run --all-files