Skip to content

Commit

Permalink
Simplify pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Jul 7, 2024
1 parent 2e4e316 commit d23d573
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,11 @@ jobs:
name: Code check
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- uses: actions/checkout@v3

- name: Install pipenv
run: pip install pipenv
- uses: actions/setup-python@v3

- name: Check code formatting
run: |
pipenv install pre_commit
pipenv run python -m pre_commit run --all-files
- uses: pre-commit/[email protected]

# Run unit tests
test:
Expand Down

0 comments on commit d23d573

Please sign in to comment.