chore(deps): update dependency io.insert-koin:koin-bom to v4 #57
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: Pull Request Workflow | ||
on: [ pull_request ] | ||
jobs: | ||
test: | ||
name: Test | ||
uses: monta-app/github-workflows/.github/workflows/pull-request.yaml@v2 | ||
secrets: | ||
GHL_USERNAME: ${{ secrets.GHL_USERNAME }} | ||
GHL_PASSWORD: ${{ secrets.GHL_PASSWORD }} | ||
SLACK_APP_TOKEN: ${{ secrets.SLACK_APP_TOKEN }} | ||
Check failure on line 12 in .github/workflows/pull_request.yml GitHub Actions / Pull Request WorkflowInvalid workflow file
|
||
static-code-analysis: | ||
name: Static Code Analysis | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 30 | ||
steps: | ||
- name: Run detekt | ||
uses: monta-app/detekt-action@main | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} |