Skip to content

Commit b04c9b8

Browse files
livingsilver94ermo
authored andcommitted
CI: Run a spell checker
1 parent 0f205f6 commit b04c9b8

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# SPDX-FileCopyrightText: 2026 AerynOS Developers
2+
# SPDX-License-Identifier: MPL-2.0
3+
4+
name: CI
5+
6+
on:
7+
push:
8+
branches: [ "main" ]
9+
pull_request:
10+
branches: [ "main" ]
11+
12+
jobs:
13+
meta:
14+
runs-on: ubuntu-latest
15+
name: Non-code Checks
16+
17+
steps:
18+
- name: Checkout source
19+
uses: actions/checkout@v6
20+
21+
- name: Check for typos
22+
uses: crate-ci/typos@v1.45.1

0 commit comments

Comments
 (0)