Merge pull request #25 from Enkelmann/patch-1

Run linter on pushes to the master branch
This commit is contained in:
0xricksanchez 2021-01-13 08:57:30 +01:00 committed by GitHub
commit a066370a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ name: awesome-lint github action
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
awesome-lint: