Skip to content

πŸ’š Github actions #1

πŸ’š Github actions

πŸ’š Github actions #1

Workflow file for this run

on:
pull_request:
types: [ opened, reopened, synchronize ]
jobs:
lint:
uses: heliannuuthus/integration-deploy/.github/workflows/call-gradle-lint.yml

Check failure on line 7 in .github/workflows/gradle-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gradle-ci.yml

Invalid workflow file

invalid value workflow reference: no version specified
build:
needs: lint
uses: heliannuuthus/integration-deploy/.github/workflows/call-gradle-build.yml
publish:
needs: build
permissions:
contents: read
packages: write
uses: heliannuuthus/integration-deploy/.github/workflows/call-gradle-publish.yml
with:
user: ${{ github.actor }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}