Skip to content

build(deps): bump crazy-max/ghaction-import-gpg from 6 to 7 #59

build(deps): bump crazy-max/ghaction-import-gpg from 6 to 7

build(deps): bump crazy-max/ghaction-import-gpg from 6 to 7 #59

name: Build pull request
on:
workflow_dispatch:
pull_request:
branches:
- dev
jobs:
release:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v3
- name: Build
env:
ORG_GRADLE_PROJECT_githubPackagesUsername: ${{ env.GITHUB_ACTOR }}
ORG_GRADLE_PROJECT_githubPackagesPassword: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build --no-daemon