Skip to content

Commit

Permalink
update isort workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayur Prajapati committed Sep 25, 2024
1 parent 4c86460 commit 0d05007
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run_isort.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
name: "Import checker"

on: [push]
on:
- push

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install isort
run: pip install isort
- name: Run isort
run: isort . --settings-path .isort.cfg

0 comments on commit 0d05007

Please sign in to comment.