Skip to content

feat: implement Stripe ACH support #30

feat: implement Stripe ACH support

feat: implement Stripe ACH support #30

Workflow file for this run

name: Lint code
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93
with:
distribution: 'corretto'
java-version: '17'
- name: Run lint checks
run: ./gradlew clean lint
- name: Run ktlint checks
run: ./gradlew clean ktlintCheck