Skip to content

Commit

Permalink
Update pre-commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
kashperova committed Dec 20, 2024
1 parent efe617c commit ee28af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [main]
# branches: [main]
pull_request:

jobs:
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
run: poetry run pytest -vv

- name: pre-commit checks
run: pre-commit run --all-files
uses: pre-commit/[email protected]

0 comments on commit ee28af5

Please sign in to comment.