Skip to content

fix(deps): update landscapist to v2.3.0 #854

fix(deps): update landscapist to v2.3.0

fix(deps): update landscapist to v2.3.0 #854

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