Skip to content

Commit

Permalink
.github ci license compliance use ort
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Jun 3, 2024
1 parent 6f7c1ae commit 7318f13
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/check-compliance.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/check-license-compliance.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: check license compliance

on:
pull_request:
branches:
- dev

jobs:
compliance:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run oss-review-toolkit
uses: oss-review-toolkit/ort-ci-github-action@v1

0 comments on commit 7318f13

Please sign in to comment.