Skip to content

Commit

Permalink
Update linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x41424142 authored Jul 19, 2024
1 parent 5d83cc2 commit 919210b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Python Linter
on: [push, pull_request]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint code
uses: sunnysid3up/python-linter@master

0 comments on commit 919210b

Please sign in to comment.