Skip to content

Commit

Permalink
Update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gr812b committed Mar 19, 2024
1 parent 9a40af0 commit 63c2031
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,10 @@ jobs:
name: "Build with Maven"

steps:
- run: echo "${{ github }}, ${job}, ${steps}"
- run: echo "${{ toJson(github) }}"

- name: Check out repository code
uses: actions/checkout@v4
- run: echo "${{ toJson(job) }}"

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Build with Maven
run: mvn -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn package --file pom.xml
working-directory: ./API
- run: echo "${{ toJson(steps) }}"


0 comments on commit 63c2031

Please sign in to comment.