Skip to content

Commit

Permalink
Update pythonAutoForm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rocket13011 authored Sep 13, 2023
1 parent fe02870 commit e9c66cb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pythonAutoForm.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name : 'Python Auto Form'

Check failure on line 1 in .github/workflows/pythonAutoForm.yml

View workflow job for this annotation

GitHub Actions / Prettier

.github/workflows/pythonAutoForm.yml#L1

There are issues with this file's formatting, please run Prettier to fix the errors

on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- test-lint
paths:
- "**.py"
pull_request:
branches:
- test-lint
name : 'Python Auto Form'
paths:
- "**.py"

jobs:
run-linters:
Expand Down

0 comments on commit e9c66cb

Please sign in to comment.