Skip to content

Updates and maintenance #124

Updates and maintenance

Updates and maintenance #124

Workflow file for this run

name: License Header Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
header-check:
runs-on: ubuntu-latest
steps:
- name: Check Headers
uses: cmu-sei/Crucible-Github-Actions/actions/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}