Skip to content

Commit

Permalink
Bunch of cleanups (#1999)
Browse files Browse the repository at this point in the history
  • Loading branch information
lra authored Feb 11, 2024
1 parent 9666a57 commit ca38f2a
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:

mdl:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,4 @@
*.pyc

# Generated by make release
/mackup.egg-info/
/dist/

# Generated by make test
/.coverage

# Used by pyenv
/.python-version
1 change: 1 addition & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests/
4 changes: 0 additions & 4 deletions .mdl_style.rb

This file was deleted.

1 change: 0 additions & 1 deletion .mdlrc

This file was deleted.

4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
lint:
# Install mdl with "gem install mdl"
mdl .
markdownlint -c .markdownlint.yaml '**/*.md'

test:
poetry install --with dev
poetry run pytest

clean:
rm -rf __pycache__
rm -rf mackup/__pycache__
rm -rf tests/__pycache__
rm -rf dist/
Expand Down
1 change: 0 additions & 1 deletion codecov.yml

This file was deleted.

0 comments on commit ca38f2a

Please sign in to comment.