Skip to content

[ANSIENG-2739] | Remove slicing from confluent_package_version for RC… #756

[ANSIENG-2739] | Remove slicing from confluent_package_version for RC…

[ANSIENG-2739] | Remove slicing from confluent_package_version for RC… #756

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 .