Merge branch 'main' into fix-lint

This commit is contained in:
Mohamed Elashri 2024-06-03 17:36:17 +00:00 committed by GitHub
commit e08bdf09dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
.github/workflows/lint.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Awesome Lint CI
on:
push:
branches: ['main']
pull_request:
branches: ['**']
schedule:
- cron: "0 7 * * *"
jobs:
Awesome_Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run Awesome Lint
run: npx awesome-lint