Skip to content

fix: remove file (#1671) #2132

fix: remove file (#1671)

fix: remove file (#1671) #2132

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