Skip to content

Add support for Star-MC3 and correct the support of Cortex-M52 #2457

Add support for Star-MC3 and correct the support of Cortex-M52

Add support for Star-MC3 and correct the support of Cortex-M52 #2457

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@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- name: Checkout devtools
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Check copyright notice
run: |
pip install \
pre-commit \
python-magic==0.4.18 \
comment-parser>=1.2.3
pre-commit run --all-files