Skip to content

Commit

Permalink
[SPG-480] Add license scanner to CI (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
circle-smartin authored Aug 13, 2024
1 parent d1f7ab5 commit 69de2df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,9 @@ jobs:
- name: Stop network
if: ${{ always() }}
run: bash run.sh stop_network

scan:
if: github.event_name == 'pull_request'
uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@v1
with:
allow-reciprocal-licenses: false

0 comments on commit 69de2df

Please sign in to comment.