Skip to content

Commit

Permalink
ruff workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Apr 4, 2024
1 parent a08a89d commit b066c0a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml → .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
jobs:
ruff:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "chartboost/ruff-action@v1"
with:
args: "format --check"
build:
runs-on: "ubuntu-latest"
steps:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/ruff.yml

This file was deleted.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ name = "beignet"
readme = "README.md"
requires-python = ">=3.10"

[tool.ruff]
docstring-code-format = true

[tool.setuptools_scm]
local_scheme = "no-local-version"

0 comments on commit b066c0a

Please sign in to comment.