Skip to content

Commit

Permalink
Add spell check action
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi-robbani committed Feb 7, 2024
1 parent a8e4d27 commit 3fd48ee
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Spellcheck Action

on:
# Runs on pushes
push:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/[email protected]
name: Spellcheck

0 comments on commit 3fd48ee

Please sign in to comment.