Skip to content

Commit

Permalink
gh wf
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur-Galstyan committed Mar 2, 2024
1 parent 1e2a4c5 commit 1771254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install pre-commit
run: pip install .
- name: Install everything
run: pip install -e .
- name: Run pre-commit
run: python3 -m pre-commit run --all-files

0 comments on commit 1771254

Please sign in to comment.