Skip to content

fix unexpected 'new' (T_NEW) error #8

fix unexpected 'new' (T_NEW) error

fix unexpected 'new' (T_NEW) error #8

Workflow file for this run

name: CI/CD
on:
push:
branches:
- master
pull_request:
jobs:
lint:
name: lint & check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@main
with:
targets: "./"
args: "-q"
override-deps: |
ansible-lint==5.4.0