Add lint workflow

This commit is contained in:
Andreas Hunkeler 2022-02-14 18:41:51 +01:00 committed by GitHub
parent ab3dccbd5b
commit 5cb718c2b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: CI
on:
pull_request:
branches: [main]
jobs:
Awesome_Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npx awesome-lint