Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
ci: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Jan 8, 2024
1 parent 325da09 commit 66cf27e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
name: Check Typos
on: [push, pull_request, workflow_dispatch]
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
workflow_dispatch: null

jobs:
run:
Expand Down

0 comments on commit 66cf27e

Please sign in to comment.