Skip to content

Commit

Permalink
chore(ci): use recent versions of actions, better name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjansen committed Aug 31, 2023
1 parent c4161c4 commit c53c1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: build and analyse

on: [push]

Expand All @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java-version }}
- run: mvn -B install --no-transfer-progress
Expand Down

0 comments on commit c53c1ec

Please sign in to comment.