mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 05:37:57 +00:00
a4c6cee4c6
* add typos workflow * fix existing typos * fix
14 lines
246 B
YAML
14 lines
246 B
YAML
name: Check for typos
|
|
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
check-for-typos:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout the repository
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Check for typos
|
|
uses: crate-ci/typos@v1.24.5
|