Skip to content

Rework of -target/-mcpu/-mfpu options for LLVM CLANG #2829

Rework of -target/-mcpu/-mfpu options for LLVM CLANG

Rework of -target/-mcpu/-mfpu options for LLVM CLANG #2829

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@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- name: Checkout devtools
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Check copyright notice
run: |
pip install \
pre-commit==4.5.1 \
python-magic==0.4.24 \
comment-parser==1.2.4
pre-commit run --all-files