Skip to content

Commit

Permalink
ci: merge Ruff workflow into CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cachitas committed Apr 16, 2024
1 parent d609013 commit bc68ad9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ on:
branches: ["main"]

jobs:
build:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1

test:
needs: lint
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/ruff.yml

This file was deleted.

0 comments on commit bc68ad9

Please sign in to comment.