Skip to content

Commit

Permalink
ci: add gradle wrapper validation
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed May 10, 2024
1 parent 7009965 commit 5c95026
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: Release Auditing
on: [push, pull_request]

jobs:
test:
auditLicenses:
name: Audit Licenses
runs-on: ubuntu-latest
steps:
Expand All @@ -43,3 +43,12 @@ jobs:
- uses: erisu/license-checker-action@e929758f9416f30234ac454fc9054ca4b803871d
with:
license-config: 'licence_checker.yml'

auditBinaries:
name: Audit Binaries
runs-on: ubuntu-latest
steps:
# Checkout project
- uses: actions/checkout@v4
# Validate Gradle Wrapper Checksum
- uses: gradle/actions/wrapper-validation@v3

0 comments on commit 5c95026

Please sign in to comment.