Skip to content

[projmgr] Global generator run: fix sibling contexts selection #1977

[projmgr] Global generator run: fix sibling contexts selection

[projmgr] Global generator run: fix sibling contexts selection #1977

Workflow file for this run

name: global
on:
pull_request:
release:
types: [ published ]
jobs:
copyright:
runs-on: ubuntu-22.04
steps:
- name: Checkout devtools
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Check copyright notice
run: |
pip install \
pre-commit \
python-magic==0.4.18 \
comment-parser>=1.2.3
pre-commit run --all-files