hello GHA

This commit is contained in:
rusefillc 2023-06-03 00:10:31 -04:00
parent e656277274
commit d75d5d9d4b
1 changed files with 21 additions and 0 deletions

21
.github/workflows/build-uds-tool.yaml vendored Normal file
View File

@ -0,0 +1,21 @@
name: uds-tool
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8'
- name: Test Compiler
run: javac -version
- name: Build
run: ./gradlew :build