mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-12-12 07:28:12 +00:00
🚜 Moves lint.yml to disable it
This commit is contained in:
15
.github/workflows/lint.yml.disabled
vendored
Normal file
15
.github/workflows/lint.yml.disabled
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Lint Awesome List
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: max/awesome-lint@v2.0.0
|
||||
Reference in New Issue
Block a user