Skip to content

Update dependency androidx.fragment:fragment from 1.6.2 to 1.7.0 #89

Update dependency androidx.fragment:fragment from 1.6.2 to 1.7.0

Update dependency androidx.fragment:fragment from 1.6.2 to 1.7.0 #89

Workflow file for this run

name: "CI"
on:
push:
concurrency:
group: ${{ github.ref == 'refs/heads/main' && format('ci-main-{0}', github.sha) || format('ci-{0}', github.ref) }}
cancel-in-progress: true
jobs:
validate:
name: "🦺 Validation"
uses: TWiStErRob/github-workflows/.github/workflows/validate.yml@f44f69e4ba1bcbd6a7ecf29dba33342d23e3220c # v3
permissions:
contents: read
security-events: write
actions: read
build:
name: "🔨 Build & Verify"
needs: validate
uses: ./.github/workflows/ci-build.yml
permissions:
contents: read
checks: write