Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: move script to src layout and make a package #117

Merged
merged 16 commits into from Aug 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
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
@@ -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.