Remove lint step from release.yaml

This commit is contained in:
Charlie Marsh 2022-08-30 09:16:35 -04:00
parent bd0ed1b96c
commit 53554a2bf1
1 changed files with 0 additions and 21 deletions

View File

@ -255,27 +255,6 @@ jobs:
name: wheels name: wheels
path: dist path: dist
lint:
runs-on: ubuntu-latest
strategy:
matrix:
# Lint on earliest and latest
python: ["3.7", "3.x"]
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
default: true
- name: Lint
run: |
make lint
release: release:
name: Release name: Release
runs-on: ubuntu-latest runs-on: ubuntu-latest