We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af550c9 commit 600cf43Copy full SHA for 600cf43
.github/workflows/codespell.yml
@@ -7,7 +7,7 @@ name: Codespell
7
8
jobs:
9
codespell:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
11
steps:
12
- uses: actions/checkout@v3
13
- uses: codespell-project/actions-codespell@master
.github/workflows/docker.yml
@@ -8,7 +8,7 @@ name: Docker images
build-images:
name: Build & push Docker images
strategy:
14
matrix:
0 commit comments