Skip to content

chore(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 #8

chore(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0

chore(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 #8

Workflow file for this run

name: build pull request
on:
pull_request:
types:
- opened
- reopened
- edited
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Test & build
run: ./gradlew test build