Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 94a18b4

Browse files
committed
chore: add checkout action before spell check
1 parent 3609b80 commit 94a18b4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/main.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@ jobs:
3737
name: Run spell check
3838
runs-on: ubuntu-latest
3939
steps:
40-
- name: Spellcheck Action
41-
uses: rojopolis/spellcheck-github-actions@0.24.0
42-
with:
43-
config_path: '.github/config/spellcheck.yml'
40+
- name: Checkout repository
41+
uses: actions/checkout@v3
42+
43+
- name: Spellcheck Action
44+
uses: rojopolis/spellcheck-github-actions@0.24.0
45+
with:
46+
config_path: .github/config/spellcheck.yml
4447

4548
swift-package-test:
4649
name: Run Swift Package Tests

0 commit comments

Comments
 (0)