Skip to content

Commit

Permalink
improve[ci/cd]: add pr's & delete install requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogab committed Nov 23, 2024
1 parent b4d07fa commit 79c625a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Code format checker
name: Code Format Checker
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'

jobs:
ruff:
Expand All @@ -16,10 +19,9 @@ jobs:
with:
python-version: '3.11'

- name: Install dependencies
- name: Install Ruff
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install ruff
- name: Run Ruff Format
Expand Down

0 comments on commit 79c625a

Please sign in to comment.