mirror of
https://github.com/fkie-cad/awesome-embedded-and-iot-security.git
synced 2024-12-18 04:24:23 -05:00
Run linter on pushes to the master branch
Run the awesome-lint Github action on pushes to the master branch, so that we get the nice green check sign on the main repository site.
This commit is contained in:
parent
45979d5f15
commit
1ab5798017
2
.github/workflows/awesome-lint.yml
vendored
2
.github/workflows/awesome-lint.yml
vendored
@ -3,6 +3,8 @@ name: awesome-lint github action
|
||||
on:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
awesome-lint:
|
||||
|
Loading…
Reference in New Issue
Block a user