Skip to content

Commit

Permalink
feat(objectionary#275): add gha workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slry committed May 13, 2024
1 parent 064cac5 commit cf528ac
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/copyright_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---

name: copyright
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
copyright:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: /bin/bash check_copyright.sh

0 comments on commit cf528ac

Please sign in to comment.