Merge pull request 'chore(deps): update actions/checkout action to v6' (#57) from renovate/actions-checkout-6.x into main
All checks were successful
REUSE Compliance / reuse (push) Successful in 1m1s
Python Linters / pylint (push) Successful in 1m23s
Python Linters / formatting (push) Successful in 2m9s
Python Linters / mypy (push) Successful in 2m13s
Selftests / test-sync (push) Successful in 1m1s
Selftests / test-build-install (push) Successful in 1m46s
All checks were successful
REUSE Compliance / reuse (push) Successful in 1m1s
Python Linters / pylint (push) Successful in 1m23s
Python Linters / formatting (push) Successful in 2m9s
Python Linters / mypy (push) Successful in 2m13s
Selftests / test-sync (push) Successful in 1m1s
Selftests / test-build-install (push) Successful in 1m46s
Reviewed-on: #57
This commit was merged in pull request #57.
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
pylint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- 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@v4
|
||||
- uses: actions/checkout@v6
|
||||
- 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@v4
|
||||
- uses: actions/checkout@v6
|
||||
- name: Install dependencies
|
||||
uses: ./.gitea/actions/poetrybuild
|
||||
- name: Test typing with mypy
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- name: Build and publish to PyPI
|
||||
uses: https://github.com/JRubics/poetry-publish@v2.1
|
||||
with:
|
||||
|
||||
@@ -14,6 +14,6 @@ jobs:
|
||||
reuse:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- name: Check REUSE Compliance
|
||||
uses: https://github.com/fsfe/reuse-action@v5
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
test-build-install:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- name: Add pipx to PATH
|
||||
run: echo "/root/.local/bin" >> ${GITHUB_PATH}
|
||||
- name: Install poetry
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
test-sync:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- name: Install dependencies
|
||||
uses: ./.gitea/actions/poetrybuild
|
||||
# using minimal set of dependencies
|
||||
|
||||
Reference in New Issue
Block a user