Skip to content

Commit

Permalink
switch to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Oct 24, 2024
1 parent 31b17ae commit c18039d
Show file tree
Hide file tree
Showing 5 changed files with 381 additions and 287 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,11 @@ jobs:
pip install selenium
pip install wheel
pip install pip --upgrade
pip install flake8
pip install black
if grep version ../pyproject.toml | grep -q "dev";
then pip install https://github.com/fiduswriter/fiduswriter/archive/develop.zip;
else pip install https://github.com/fiduswriter/fiduswriter/archive/main.zip;
fi
coverage run $(which fiduswriter) setup --no-static
$(which fiduswriter) lint
- name: Run pandoc server
run: pandoc server &
- name: Run test pandoc
Expand Down
Loading

0 comments on commit c18039d

Please sign in to comment.