Skip to content

Commit

Permalink
ci: enable plugin usage check
Browse files Browse the repository at this point in the history
Signed-off-by: Artyom Shendrik <[email protected]>
  • Loading branch information
amal committed Oct 23, 2023
1 parent 17be0c2 commit e8c3b38
Show file tree
Hide file tree
Showing 6 changed files with 2,496 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
- name: 'Build and check plugin itself'
run: ./gradlew build assemble check --continue --stacktrace --scan

- name: 'Run check-main'
working-directory: checks/main
run: ./gradlew build assemble check --continue --stacktrace --scan

- name: "Add build scan URL as PR comment"
uses: actions/github-script@v6
if: github.event_name == 'pull_request' && failure()
Expand Down
Loading

0 comments on commit e8c3b38

Please sign in to comment.