Skip to content

Commit

Permalink
Add ruff code formatting and linting job
Browse files Browse the repository at this point in the history
  • Loading branch information
said-moj committed May 14, 2024
1 parent 8d89aad commit 9b8e722
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
on: push
jobs:
linting-and-formatting:
name: "Code linting and formatting"
uses: chartboost/ruff-action@v1
with:
args: check --output-format=github
src: "./src"

build-and-push:
uses: ./.github/workflows/build-and-push.yml
with:
Expand Down
Empty file added src/test.py
Empty file.

0 comments on commit 9b8e722

Please sign in to comment.