Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Apr 22, 2024
1 parent 2d92aac commit fe3894e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ on:
pull_request:

jobs:

lint:
uses: lnbits/lnbits/.github/workflows/lint.yml@dev

tests:
runs-on: ubuntu-latest
needs: [ lint ]
needs: [lint]
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ['3.9', '3.10']
steps:
- uses: actions/checkout@v4
- uses: lnbits/lnbits/.github/actions/prepare@dev
Expand All @@ -32,4 +31,4 @@ jobs:
job-summary: true
emoji: false
click-to-expand: true
report-title: "test (${{ matrix.python-version }})"
report-title: 'test (${{ matrix.python-version }})'

0 comments on commit fe3894e

Please sign in to comment.