Skip to content

fix(deps): update detekt to v1.23.7 #310

fix(deps): update detekt to v1.23.7

fix(deps): update detekt to v1.23.7 #310

Workflow file for this run

name: Push workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
sanity-checks:
name: Run sanity checks
uses: ./.github/workflows/sanity-checks.yml
secrets: inherit
lint:
name: Run linters
uses: ./.github/workflows/lint.yml
secrets: inherit
tests:
name: Run tests
uses: ./.github/workflows/test.yml
secrets: inherit