Skip to content

Commit ec55a4f

Browse files
committed
Add ruff code formatting and linting job
1 parent 8d89aad commit ec55a4f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/workflow.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
on: push
22
jobs:
3+
linting-and-formatting:
4+
runs-on: ubuntu-latest
5+
steps:
6+
- uses: actions/checkout@v4
7+
- uses: chartboost/ruff-action@v1
8+
with:
9+
args: check --output-format=github
10+
src: './src'
11+
312
build-and-push:
413
uses: ./.github/workflows/build-and-push.yml
514
with:

src/test.py

Whitespace-only changes.

0 commit comments

Comments
 (0)