Skip to content

Commit

Permalink
Rename black.yml -> linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
K-dash committed May 29, 2024
1 parent 5b8facc commit 08c801e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/black.yml → .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
- name: Lint with black
pip install -r dev-requirements.txt
- name: Lint with ruff
run: |
black .
make lint
make format
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Pytest

permissions: write-all
permissions:
contents: write
pull-requests: write

on: [push, pull_request]

Expand Down

0 comments on commit 08c801e

Please sign in to comment.