name: CI on: push: branches: - main pull_request: jobs: lint: uses: lnbits/lnbits/.github/workflows/lint.yml@dev tests: runs-on: ubuntu-latest needs: [lint] steps: - uses: actions/checkout@v4 - uses: lnbits/lnbits/.github/actions/prepare@dev - name: Run pytest uses: pavelzw/pytest-action@v2 env: LNBITS_BACKEND_WALLET_CLASS: FakeWallet PYTHONUNBUFFERED: 1 DEBUG: true with: verbose: true job-summary: true emoji: false click-to-expand: true custom-pytest: uv run pytest report-title: 'test'