Skip to content

Commit

Permalink
Merge branch 'master' of github.com:joinemm/miso-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jun 1, 2023
2 parents a1dcaa8 + 5e3091e commit 2e7e044
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --line-length=100 --verbose"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
args: "--line-length=100"

0 comments on commit 2e7e044

Please sign in to comment.