Skip to content

Commit ca38f2a

Browse files
authored
Bunch of cleanups (#1999)
1 parent 9666a57 commit ca38f2a

File tree

7 files changed

+3
-17
lines changed

7 files changed

+3
-17
lines changed

.github/workflows/markdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99

10-
mdl:
10+
markdownlint:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4

.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,4 @@
22
*.pyc
33

44
# Generated by make release
5-
/mackup.egg-info/
65
/dist/
7-
8-
# Generated by make test
9-
/.coverage
10-
11-
# Used by pyenv
12-
/.python-version

.markdownlintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tests/

.mdl_style.rb

Lines changed: 0 additions & 4 deletions
This file was deleted.

.mdlrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
lint:
2-
# Install mdl with "gem install mdl"
3-
mdl .
2+
markdownlint -c .markdownlint.yaml '**/*.md'
43

54
test:
65
poetry install --with dev
76
poetry run pytest
87

98
clean:
10-
rm -rf __pycache__
119
rm -rf mackup/__pycache__
1210
rm -rf tests/__pycache__
1311
rm -rf dist/

codecov.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)