mirror of
https://github.com/hyprutils/hyprgui.git
synced 2026-03-09 07:12:09 -05:00
18 lines
257 B
YAML
18 lines
257 B
YAML
name: Check for typos
|
|
|
|
on:
|
|
push:
|
|
branches: ["main"]
|
|
pull_request:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
check-typos:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
|
|
- name: Run spellcheck
|
|
uses: crate-ci/typos@v1.25.0
|