Merge pull request 'chore(deps): update actions/checkout action to v4' (#11) from renovate/actions-checkout-4.x into main
All checks were successful
Python Linters / formatting (push) Successful in 1m33s
Python Linters / pylint (push) Successful in 1m45s
REUSE Compliance / reuse (push) Successful in 22s
Python Linters / mypy (push) Successful in 53s
Selftests / test-build-install (push) Successful in 52s
Selftests / test-sync (push) Successful in 1m7s
All checks were successful
Python Linters / formatting (push) Successful in 1m33s
Python Linters / pylint (push) Successful in 1m45s
REUSE Compliance / reuse (push) Successful in 22s
Python Linters / mypy (push) Successful in 53s
Selftests / test-build-install (push) Successful in 52s
Selftests / test-sync (push) Successful in 1m7s
Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
pylint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
uses: ./.gitea/actions/poetrybuild
|
||||
- name: Lint with pylint
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
formatting:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
uses: ./.gitea/actions/poetrybuild
|
||||
- name: Test formatting with isort and black
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
mypy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
uses: ./.gitea/actions/poetrybuild
|
||||
- name: Test typing with mypy
|
||||
|
||||
Reference in New Issue
Block a user