Skip to content

feat(egress-gate): add attested Pi prompt admission #54

feat(egress-gate): add attested Pi prompt admission

feat(egress-gate): add attested Pi prompt admission #54

name: License headers
"on":
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
concurrency:
group: license-headers-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
name: Check license headers
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Check license headers
run: python scripts/update_license_headers.py --check