Skip to content

chore(deps): bump the maven group across 1 directory with 6 updates #669

chore(deps): bump the maven group across 1 directory with 6 updates

chore(deps): bump the maven group across 1 directory with 6 updates #669

Workflow file for this run

name: Pull request bygg
on:
pull_request:
paths-ignore:
- '**.md'
- '**.MD'
- '.gitignore'
- 'LICENCE'
- 'CODEOWNERS'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build
run: mvn verify --settings .github/settings.xml -DtrimStackTrace=false
env:
GITHUB_TOKEN: ${{ secrets.READER_TOKEN }}