Skip to content

Commit c64a0ca

Browse files
committed
typos
1 parent 630cce8 commit c64a0ca

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
- name: build docs
7070
run: cargo doc
7171

72-
7372
# When we run cargo { build, clippy } --no-default-features, we want to build/lint the kernel to
7473
# ensure that we can build the kernel without any features enabled. Unfortunately, due to how
7574
# cargo resolves features, if we have a workspace member that depends on the kernel with features
@@ -142,7 +141,7 @@ jobs:
142141
- name: Setup cmake
143142
uses: jwlawson/actions-setup-cmake@v2
144143
with:
145-
cmake-version: '3.30.x'
144+
cmake-version: "3.30.x"
146145
- name: Install arrow-glib
147146
run: |
148147
if [ "$RUNNER_OS" == "Linux" ]; then
@@ -231,3 +230,10 @@ jobs:
231230
fail_ci_if_error: true
232231
env:
233232
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
233+
typos:
234+
name: Spell Check
235+
runs-on: ubuntu-latest
236+
steps:
237+
- uses: actions/checkout@v4
238+
- name: Check spelling
239+
uses: crate-ci/typos@v1

0 commit comments

Comments
 (0)