Skip to content

Commit

Permalink
Merge 89386d1 into fef89ad
Browse files Browse the repository at this point in the history
  • Loading branch information
weibullguy committed Aug 24, 2022
2 parents fef89ad + 89386d1 commit ed71375
Show file tree
Hide file tree
Showing 23 changed files with 1,839 additions and 1,587 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- master

jobs:
test:
strategy:
Expand Down
25 changes: 25 additions & 0 deletions .github/workflows/do-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Lint
on:
push:
branches:
- "*"
pull_request:
branches:
- master

jobs:
test:
runs-on: ubuntu-latest
name: "Run linters on code base"
steps:
- name: Setup Python for linting
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install tox
run: python -m pip install tox tox-gh-actions
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint code base
run: tox -e style
10 changes: 0 additions & 10 deletions MANIFEST.in

This file was deleted.

39 changes: 0 additions & 39 deletions Makefile

This file was deleted.

0 comments on commit ed71375

Please sign in to comment.