build(deps): bump com.google.j2objc from 80bc2fd
to a0ef8e9
#7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "PR" | |
"on": | |
pull_request: | |
branches: | |
- main | |
permissions: | |
contents: read | |
jobs: | |
build-test: | |
name: "Build & Test" | |
uses: ./.github/workflows/ci.build-test.yml | |
build-dependency-graph: | |
name: "Build & Test" | |
uses: ./.github/workflows/ci.dependency-graph.yml | |
permissions: | |
contents: write # needed for graph write | |
checks-gradle: | |
name: "Checks" | |
uses: ./.github/workflows/check.gradle-wrapper.yml | |
checks-dependency-review: | |
name: "Checks" | |
needs: [build-dependency-graph] | |
uses: ./.github/workflows/check.dependency-review.yml |