Skip to content

feat: Add handling for TxDefaultProfile #2

feat: Add handling for TxDefaultProfile

feat: Add handling for TxDefaultProfile #2

Workflow file for this run

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 }}
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 }}