Delete lint.yml

This commit is contained in:
Pradyun Gedam 2021-04-05 19:34:24 +01:00 committed by GitHub
parent 1e04eb7e92
commit bee1cef937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0