Compare commits
2 Commits
v0.2.0
...
9da3e2437a
| Author | SHA1 | Date | |
|---|---|---|---|
| 9da3e2437a | |||
| 4c334858b2 |
@@ -14,7 +14,7 @@ jobs:
|
|||||||
pylint:
|
pylint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: ./.gitea/actions/poetrybuild
|
uses: ./.gitea/actions/poetrybuild
|
||||||
- name: Lint with pylint
|
- name: Lint with pylint
|
||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
formatting:
|
formatting:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: ./.gitea/actions/poetrybuild
|
uses: ./.gitea/actions/poetrybuild
|
||||||
- name: Test formatting with isort and black
|
- name: Test formatting with isort and black
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
mypy:
|
mypy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: ./.gitea/actions/poetrybuild
|
uses: ./.gitea/actions/poetrybuild
|
||||||
- name: Test typing with mypy
|
- name: Test typing with mypy
|
||||||
|
|||||||
Reference in New Issue
Block a user