Skip to content

Update VictoriaMetrics from v1.97.0 to v1.97.1 #248

Update VictoriaMetrics from v1.97.0 to v1.97.1

Update VictoriaMetrics from v1.97.0 to v1.97.1 #248

Workflow file for this run

name: 'Lint'
on:
pull_request: {}
push: {}
jobs:
lint:
name: 'Lint'
runs-on: ubuntu-latest
container:
image: python:3.9-alpine
steps:
- name: 'Checkout'
uses: actions/checkout@v3
- name: Setup ansible
run: |
apk add --update --no-cache --virtual build_dependencies gcc musl-dev libffi-dev openssl-dev rust cargo
pip install --no-cache-dir ansible-core
ansible-galaxy collection install community.general
- name: 'Yamllint'
uses: karancode/yamllint-github-action@master
with:
yamllint_file_or_dir: 'roles'
yamllint_strict: false
yamllint_comment: false
- name: Checkout
uses: actions/checkout@v3
- name: "Ansible lint playbooks"
uses: ansible/[email protected]
with:
path: "playbooks/*"
- name: "Ansible lint roles"
uses: ansible/[email protected]
with:
path: "roles/*"