1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

ci: remove python checking from CI

No python code in the repo any more

Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
This commit is contained in:
Xiaofeng Wang
2024-12-10 17:38:10 +08:00
parent 3f5eb52a17
commit e2d5dd2cfa

View File

@@ -1,8 +0,0 @@
name: Python static analysis
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1