Skip to content

chore(ci): improvements to gha workflows #14

chore(ci): improvements to gha workflows

chore(ci): improvements to gha workflows #14

Workflow file for this run

name: PR
on:
pull_request:
branches:
- master
permissions:
contents: read
jobs:
## Build the library and provenance material, but don't publish
build:
name: "Build"
uses: ./.github/workflows/ci.build.yml

Check failure on line 15 in .github/workflows/on.pr.yml

View workflow run for this annotation

GitHub Actions / PR

Invalid workflow file

The workflow is not valid. In .github/workflows/on.pr.yml (Line: 15, Col: 11): Error from called workflow sgammon/guava/.github/workflows/ci.build.yml@a97a1a72e08aaf21a75846af81280070e9a76ded (Line: 155, Col: 12): Job 'generate_docs' depends on unknown job 'test'.
permissions:
actions: write
contents: write
id-token: write
with:
provenance: true
provenance_publish: false
snapshot: false
## Run main CI build and tests.
test:
name: "Tests"
uses: ./.github/workflows/ci.test.yml
permissions:
actions: write
contents: write
id-token: write
## Validate the Gradle Wrapper binary
checks-gradle-wrapper:
name: "Checks"
uses: ./.github/workflows/gradle-wrapper-validation.yml
## Publish and check the dependency graph.
checks-dependency-graph:
name: "Checks"
uses: ./.github/workflows/dependency-review.yml
permissions:
contents: write
id-token: write
## Run CodeQL checks
checks-codeql:
name: "Checks"
uses: ./.github/workflows/codeql.yml
permissions:
actions: read
contents: read
security-events: write