Skip to content

fix(deps): update material3 to v1.2.0-rc01 #852

fix(deps): update material3 to v1.2.0-rc01

fix(deps): update material3 to v1.2.0-rc01 #852

Workflow file for this run

name: Push Workflow
on:
push:
branches-ignore:
- 'main'
jobs:
setup:
name: Setup project
uses: ./.github/workflows/setup.yml
secrets: inherit
detekt:
name: Analyze
needs: setup
uses: ./.github/workflows/analyze.yml
secrets: inherit
tests:
name: Tests
needs: setup
uses: ./.github/workflows/tests.yml
secrets: inherit
instrumented-tests:
name: Instrumented tests app
needs: setup
uses: ./.github/workflows/instrumented-tests.yml
secrets: inherit