:: commit ebceaa2425d509918cf293cc81d0b6018b49c8c5

Philipp Schuster <philipp.schuster@cyberus-technology.de> — 2024-04-04 08:11

parents: b715948575

ci: run typos in CI

diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml
new file mode 100644
index 00000000..1a143c94
--- /dev/null
+++ b/.github/workflows/qa.yml
@@ -0,0 +1,12 @@
+name: QA
+
+on: [ merge_group, push, pull_request ]
+
+jobs:
+  spellcheck:
+    name: Spellcheck
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v4
+      # Executes "typos ."
+      - uses: crate-ci/typos@v1.20.3
tab: 248 wrap: offon