Skip to content

fix: block $out and $merge stages in read-only mode (#2862) #4894

fix: block $out and $merge stages in read-only mode (#2862)

fix: block $out and $merge stages in read-only mode (#2862) #4894

# This workflow runs an automated pull request code review when labeled
name: Check License Header
on:
push:
workflow_dispatch:
permissions: {}
jobs:
precheck:
name: Code Review Upon All Successful Runs
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Check license headers
uses: viperproject/check-license-header@e06c65614fa9f32e099838df4dd25440c5344b32 # v2.0.3
with:
path: .
config: ./.github/workflows/check-license-header.json
strict: true