Skip to content

Commit

Permalink
Modernize project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed May 3, 2024
1 parent b462485 commit 1d434cf
Show file tree
Hide file tree
Showing 11 changed files with 70 additions and 750 deletions.
22 changes: 0 additions & 22 deletions .cardboardlint.yml

This file was deleted.

102 changes: 0 additions & 102 deletions .github/workflows/ci.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: pytest
on:
push:
branches:
- main
tags-ignore:
- '**'
pull_request:
jobs:
tests:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install development version
run: pip install -e .[dev]
- name: Run pytest
run: pytest -vv
3 changes: 0 additions & 3 deletions .pycodestylerc

This file was deleted.

2 changes: 0 additions & 2 deletions .pydocstylerc

This file was deleted.

Loading

0 comments on commit 1d434cf

Please sign in to comment.