Skip to content

Commit fa3f8dc

Browse files
authored
chore: rename file and swap in ruff workflow (#41)
* chore: rename benchmarking test file * ci: swap workflow to use ruff-action
1 parent 00159c7 commit fa3f8dc

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

.github/workflows/pylint.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/ruff_check.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Ruff
2+
on: [push, pull_request]
3+
jobs:
4+
ruff:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v4
8+
- uses: astral-sh/ruff-action@v1
File renamed without changes.

0 commit comments

Comments
 (0)