mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 04:27:56 +00:00
Fix typos and add GH action that checks them (#311)
* add typos workflow * fix existing typos * fix
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user