🚜 Moves lint.yml to disable it

This commit is contained in:
Jeff Triplett
2023-11-03 15:51:52 -05:00
parent 8d494acb69
commit 081f24f031

15
.github/workflows/lint.yml.disabled vendored Normal file
View 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