mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
lint.yml: Drop as superseded by pre-commit.yml
This commit is contained in:
22
.github/workflows/lint.yml
vendored
22
.github/workflows/lint.yml
vendored
@@ -1,22 +0,0 @@
|
|||||||
name: Lint
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: actions/setup-python@v5
|
|
||||||
- name: Install dependencies
|
|
||||||
run: pip install ruff
|
|
||||||
- name: Lint
|
|
||||||
run: |
|
|
||||||
ruff --version
|
|
||||||
ruff format --check --diff .
|
|
||||||
ruff check --diff .
|
|
||||||
Reference in New Issue
Block a user