Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Aug 4, 2024
1 parent 2dd9214 commit f542e05
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/mypy-action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Mypi action

on:
push:
paths:
- '*.py'
on: [pull_request]
# on:
# push:
# paths:
# - '*.py'

jobs:
mypy:
Expand Down

0 comments on commit f542e05

Please sign in to comment.