Skip to content

Commit

Permalink
Add codespell action
Browse files Browse the repository at this point in the history
GitOrigin-RevId: a57ee94ceaf6087640f0668038b1f1e393aad09e
  • Loading branch information
Vertexwahn committed Dec 8, 2023
1 parent bae5470 commit 04a95c6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Codespell

on:
#pull_request: {}
push: {}

jobs:
codespell:
name: Codespell
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4

- uses: codespell-project/actions-codespell@v2

0 comments on commit 04a95c6

Please sign in to comment.