Skip to content

Commit 2581af9

Browse files
Added CODEOWNERS and license-header workflow (#2)
1 parent e7b7eba commit 2581af9

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @cmu-sei/crucible-code-owners
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: License Header Check
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
11+
jobs:
12+
header-check:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Check Headers
16+
uses: cmu-sei/Crucible-Github-Actions/actions/header@header-v1.0
17+
with:
18+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)