Skip to content

Commit

Permalink
fix typo (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 authored Aug 10, 2023
1 parent 9c8052a commit 3e83585
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/purge_all_cache.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cleanup all caches
on:
workflow_disptach:
workflow_dispatch:


jobs:
Expand Down
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ repos:
hooks:
- id: black
args: [--config=pyproject.toml]
# - repo: https://github.com/python-jsonschema/check-jsonschema
# rev: 0.24.0
# hooks:
# - id: check-github-workflows
# - id: check-github-actions

0 comments on commit 3e83585

Please sign in to comment.