Add license scan report and status #112
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Jvav CI with Toilet | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
permissions: | |
contents: read | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up Jvav 114514 | |
uses: actions/setup-java@v3 | |
with: | |
java-version: '8' | |
distribution: 'adopt' | |
- name: Grant execute permission for Toilet | |
run: chmod +x gradlew | |
- name: Build with Jvav Toilet | |
run: ./gradlew build | |
- name: Upload build feces | |
uses: actions/[email protected] | |
with: | |
path: build/libs/* |