1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_versioncheck.git synced 2024-08-16 15:59:49 +02:00

Add missing yamllint

This commit is contained in:
L3D 2021-10-06 11:09:42 +02:00
parent 89270331f4
commit 2e0c5d4bdc
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -2,13 +2,7 @@
name: 'Yamllint GitHub Actions' name: 'Yamllint GitHub Actions'
# yamllint disable-line rule:truthy # yamllint disable-line rule:truthy
on: on: [push, pull_request]
push:
branches: '*'
pull_request:
branches: '*'
schedule:
- cron: '23 6 * */1 *'
jobs: jobs:
yamllint: yamllint:
@ -22,3 +16,7 @@ jobs:
with: with:
yamllint_file_or_dir: '.' yamllint_file_or_dir: '.'
yamllint_config_filepath: './.yamllint' yamllint_config_filepath: './.yamllint'
yamllint_strict: false
yamllint_comment: true
# env:
# GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }