Create awesome-lint GitHub Action to check style coherence (#46)

This commit is contained in:
David Houston 2021-03-22 18:34:33 -04:00 committed by GitHub
parent a53b18ccca
commit ed8e333faf
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