Skip to content

Commit

Permalink
Chore: Fix newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 23, 2023
1 parent 7e06598 commit 0c80dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
python -m pip install ".[test,devel]"
- name: Lint & test
run: ./devtools/ci.sh
run: ./devtools/ci.sh
2 changes: 1 addition & 1 deletion devtools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e -x

isort --check --diff crate/ tests/ setup.py
flake8 crate/crash
coverage run -m unittest -v
coverage run -m unittest -v

0 comments on commit 0c80dfc

Please sign in to comment.