Skip to content

Align selection of first build & target type when cbuild-set doesn't exist #125

Align selection of first build & target type when cbuild-set doesn't exist

Align selection of first build & target type when cbuild-set doesn't exist #125

Workflow file for this run

name: global
on:
pull_request:
paths:
- '.github/workflows/global.yml'
- '.pre-commit-config.yaml'
- 'scripts/check_copyright_notice.py'
- '**/*.go'
- '!**/docs/**/*'
- '!**/*.md'
# Declare default permissions as read only.
permissions: read-all
jobs:
copyright:
runs-on: ubuntu-latest
steps:
- name: Checkout devtools
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Check copyright notice
run: |
pip install \
pre-commit \
python-magic==0.4.18 \
comment-parser>=1.2.3
pre-commit run --all-files