We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1587734 commit 118fd3fCopy full SHA for 118fd3f
3 files changed
.github/workflows/deploy-dev.yml
@@ -14,7 +14,7 @@ env:
14
jobs:
15
spell-checker:
16
runs-on: ubuntu-latest
17
- container: ghcr.io/cn-docker/cspell:9.8.0
+ container: ghcr.io/cn-docker/cspell:10.0.0
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v6
.github/workflows/deploy-prod.yml
@@ -18,7 +18,7 @@ env:
21
22
23
24
.github/workflows/pull-request.yml
@@ -8,7 +8,7 @@ on:
8
9
10
11
12
13
0 commit comments