Skip to content

Commit

Permalink
let me tell you about yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Nov 6, 2023
1 parent d2515fc commit d6a951b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mypy-and-pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'
- run: pip install --upgrade pip
- run: pip install .[dev]
- run: mypy $(git ls-files 'countess/*.py')
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'
- run: pip install --upgrade pip
- run: pip install .[dev]
- run: pylint $(git ls-files 'countess/*.py')
Expand Down

0 comments on commit d6a951b

Please sign in to comment.