Skip to content

Merge pull request #1318 from Zarquan/20240229-zrq-handover-notes #185

Merge pull request #1318 from Zarquan/20240229-zrq-handover-notes

Merge pull request #1318 from Zarquan/20240229-zrq-handover-notes #185

Workflow file for this run

#
# <meta:header>
# <meta:licence>
# Copyright (c) 2022, ROE (https://www.roe.ac.uk/)
#
# This information is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This information is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# </meta:licence>
# </meta:header>
#
#
name: CI
on: [push]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: yaml-lint
uses: ibiqlik/action-yamllint@master
with:
config_file: "yamllint.yml"
file_or_dir: "deployments/hadoop-yarn/ansible"
strict: false