Skip to content

Commit

Permalink
test using reusable workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
  • Loading branch information
Two-Hearts committed Jul 12, 2023
1 parent e55c2b8 commit 0ebfa90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.
44 changes: 0 additions & 44 deletions .github/licenserc.yml

This file was deleted.

16 changes: 2 additions & 14 deletions .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,5 @@ permissions:
pull-requests: write

jobs:
check-license:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check license header
uses: apache/skywalking-eyes/header@v0.4.0
with:
mode: check
config: .github/licenserc.yml
- name: Check dependencies license
uses: apache/skywalking-eyes/dependency@v0.4.0
with:
config: .github/licenserc.yml
license-check:
uses: notaryproject/notation-core-go/.github/workflows/reusable-license-checker.yml@license

0 comments on commit 0ebfa90

Please sign in to comment.