Skip to content

Commit

Permalink
ci: policy check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Oct 23, 2024
1 parent cc53f65 commit ed0a203
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/cla-check.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/policy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Check policy
on:
pull_request:

jobs:
policy:
uses: lengau/starflow/.github/workflows/.yaml@work/CRAFT-3602/test-workflows
5 changes: 1 addition & 4 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: lengau/starflow/lint@work/CRAFT-3602/test-workflows
uses: lengau/starflow/.github/workflows/lint.yaml@work/CRAFT-3602/test-workflows
test:
uses: lengau/starflow/.github/workflows/test-python.yaml@work/CRAFT-3602/test-workflows

0 comments on commit ed0a203

Please sign in to comment.