Skip to content

Add installable OpenShell agent runner #38

Add installable OpenShell agent runner

Add installable OpenShell agent runner #38

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