Skip to content

Commit

Permalink
create git-mover
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Just-Nans committed Dec 31, 2024
0 parents commit 84b9b73
Show file tree
Hide file tree
Showing 17 changed files with 3,375 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Spell Check
on:
push:
branches: ["main"]

workflow_dispatch:

jobs:
run:
name: Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4

- name: Check spelling of entire workspace
uses: crate-ci/typos@master
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
Loading

0 comments on commit 84b9b73

Please sign in to comment.