Skip to content

Commit

Permalink
ci pipeline in development
Browse files Browse the repository at this point in the history
  • Loading branch information
niravshah241 committed Aug 1, 2024
1 parent d4589f9 commit ea053fb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install flake8
run: |
python3 --version
python -m pip install flake8
- name: Flake8 lint
uses: py-actions/flake8@v2
with:
max-line-length: "80"
- name: Flake8 lint
run: |
flake8 ./mdfenicsx/mesh_data/mesh.py
flake8 ./mdfenicsx/mesh_motion_classes.py
Expand Down

0 comments on commit ea053fb

Please sign in to comment.