File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments