Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Apr 16, 2024
1 parent 601aa31 commit f5de2fa
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,45 +8,3 @@ on:
jobs:
lint:
uses: lnbits/lnbits/.github/workflows/lint.yml@dev
# black:
# uses: ./.github/workflows/make.yml
# strategy:
# matrix:
# python-version: ['3.9', '3.10']
# with:
# make: checkblack
# python-version: ${{ matrix.python-version }}

# ruff:
# uses: ./.github/workflows/make.yml
# strategy:
# matrix:
# python-version: ['3.9', '3.10']
# with:
# make: checkruff
# python-version: ${{ matrix.python-version }}

# mypy:
# uses: ./.github/workflows/make.yml
# strategy:
# matrix:
# python-version: ['3.9', '3.10']
# with:
# make: mypy
# python-version: ${{ matrix.python-version }}

# pyright:
# uses: ./.github/workflows/make.yml
# strategy:
# matrix:
# python-version: ['3.9', '3.10']
# with:
# make: pyright
# python-version: ${{ matrix.python-version }}
# npm: true

# prettier:
# uses: ./.github/workflows/make.yml
# with:
# make: checkprettier
# npm: true

0 comments on commit f5de2fa

Please sign in to comment.