Skip to content

Update dependency com.google.cloud.functions:function-maven-plugin to v0.11.0 - autoclosed #50

Update dependency com.google.cloud.functions:function-maven-plugin to v0.11.0 - autoclosed

Update dependency com.google.cloud.functions:function-maven-plugin to v0.11.0 - autoclosed #50

Workflow file for this run

name: CI
on: [ pull_request ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Java environment
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
gpg-private-key: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }}
gpg-passphrase: MAVEN_CENTRAL_GPG_PASSPHRASE
- name: Build
run: mvn verify -PcheckFormat -B