Skip to content

handle storage formatting and scram users in combined and separate modes #23

handle storage formatting and scram users in combined and separate modes

handle storage formatting and scram users in combined and separate modes #23

Workflow file for this run

---
name: Linting
on: [push, pull_request]
jobs:
ansible-lint:
name: Ansible Lint
runs-on: ubuntu-latest
container: cytopia/ansible-lint:5
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: Checkout code
uses: actions/checkout@v2
- name: Ansible Lint code
run: ansible-lint -c .ansible-lint -qq --force-color *.yml
yamllint:
name: Yaml Lint
runs-on: ubuntu-latest
container: cytopia/yamllint:latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: Checkout code
uses: actions/checkout@v2
- name: Yamllint code
run: yamllint -c .yamllint -f colored .