Skip to content

chore:πŸ’š Github actions #4

chore:πŸ’š Github actions

chore:πŸ’š Github actions #4

Workflow file for this run

on:
pull_request:
types: [ opened, reopened, synchronize ]
jobs:
lint:
uses: heliannuuthus/integration-deploy/.github/workflows/call-gradle-lint.yml@master
build:
needs: lint
uses: heliannuuthus/integration-deploy/.github/workflows/call-gradle-build.yml@master
publish:
needs: build
permissions:
contents: read
packages: write
uses: heliannuuthus/integration-deploy/.github/workflows/call-gradle-publish.yml@master
with:
user: ${{ github.actor }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}