Skip to content

Commit

Permalink
modify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amyasnikov committed Mar 27, 2024
1 parent 2276ccf commit 70baa77
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependecies
run: pip install -r requirements/dev.txt
- name: Run black
run: black --check --diff --color validity/
- name: Run isort
run: isort --check --diff --color validity/
- name: Run flake8
run: flake8 validity/
- name: Run pre-commit checks
uses: pre-commit/action@v3.0.1

test:
runs-on: ubuntu-latest
strategy:
matrix:
netbox_version: [v3.5.9, v3.6.9, v3.7.1]
netbox_version: [v3.5.9, v3.6.9, v3.7.4]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 70baa77

Please sign in to comment.