Skip to content

Commit

Permalink
feat: test new python linter
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfg committed Apr 16, 2024
1 parent b2561df commit 7e47d66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/lint-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ on:
branches:
- main
jobs:
lint_python:
lint:
name: Lint python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ricardochaves/[email protected]
- name: Checkout
uses: actions/checkout@v4
- name: Lint source code
uses: chartboost/ruff-action@v1
6 changes: 3 additions & 3 deletions .github/workflows/prefect-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build an Image and Deploy a Prefect flow
on:
workflow_dispatch:
push:
branches:
- main
# push:
# branches:
# - main

jobs:
deploy_flow:
Expand Down

0 comments on commit 7e47d66

Please sign in to comment.