We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d41fa commit ac4a893Copy full SHA for ac4a893
.github/workflows/main.yml
@@ -20,6 +20,8 @@ jobs:
20
with:
21
python-version: "3.8"
22
- uses: arduino/setup-task@v1
23
+ with:
24
+ repo-token: ${{ github.token }}
25
- run: task lint
26
27
markdownlint-cli:
mypy_baseline/__init__.py
@@ -4,5 +4,5 @@
4
from ._cli import entrypoint, main
5
6
7
-__version__ = '0.5.1'
+__version__ = '0.5.2'
8
__all__ = ['entrypoint', 'main']
0 commit comments