mirror of
https://github.com/xai-org/grok-1.git
synced 2024-11-24 12:39:54 +03:00
Add python lint checks on PRs
This commit is contained in:
parent
021ca2a7fa
commit
2c8262cd4d
8
.github/workflows/test.yml
vendored
Normal file
8
.github/workflows/test.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
name: test
|
||||||
|
on: [push, pull_request]
|
||||||
|
jobs:
|
||||||
|
ruff:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: chartboost/ruff-action@v1
|
Loading…
Reference in New Issue
Block a user