tests: run lint in the same way as build

This commit is contained in:
Jose Diaz-Gonzalez
2021-02-13 02:42:36 -05:00
parent d7f3a2b003
commit f5e55540e9

View File

@@ -2,7 +2,13 @@
name: 'lint'
# yamllint disable-line rule:truthy
on: [push, pull_request]
on:
pull_request:
branches:
- '*'
push:
branches:
- 'master'
jobs:
hadolint: