Skip to content

Commit

Permalink
fix: fix lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfg committed Apr 16, 2024
1 parent dd5de5a commit d386ace
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/lint-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
steps:
- uses: actions/checkout@v4
- uses: ricardochaves/[email protected]
jobs:
lint_python:
steps:
- uses: actions/checkout@v4
- uses: ricardochaves/[email protected]

0 comments on commit d386ace

Please sign in to comment.