Skip to content

Commit

Permalink
chore: add license checker
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 30, 2024
1 parent 0a6a37a commit 88ff5d6
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Licenses
name: Check licenses

on:
pull_request:
Expand All @@ -11,11 +11,8 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- name: Check licenses
uses: ory/ci/check-licenses@master
with:
go-version: "1.23.2"
- uses: actions/setup-node@v2
with:
node-version: "18"
- run: make licenses
token: ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }}
write_if_match: ${{ github.ref == 'refs/heads/add-license-check' || github.ref == 'refs/heads/main' }}

0 comments on commit 88ff5d6

Please sign in to comment.