Skip to content

Commit

Permalink
lint: split github actions into test.yml and lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robvdl committed Mar 6, 2024
1 parent 43cc879 commit 83bcf2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml → .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI
name: lint

on: push

jobs:
lint:
name: Ruff
name: ruff
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 83bcf2f

Please sign in to comment.