mirror of
https://github.com/Pumpkin-MC/Pumpkin
synced 2025-02-23 06:16:11 +00:00
21 lines
320 B
YAML
21 lines
320 B
YAML
name: Spelling
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
on:
|
|
push:
|
|
pull_request:
|
|
|
|
env:
|
|
CLICOLOR: 1
|
|
|
|
jobs:
|
|
spelling:
|
|
name: Spell Check with Typos
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout Actions Repository
|
|
uses: actions/checkout@v4
|
|
- name: Spell Check Repo
|
|
uses: crate-ci/typos@v1.29.7 |