Skip to content

FOPTS-6693 Fix conversion issue (#2921) #6195

FOPTS-6693 Fix conversion issue (#2921)

FOPTS-6693 Fix conversion issue (#2921) #6195

Workflow file for this run

name: Lint CloudFormation Templates
on:
push:
branches:
- master
pull_request:
branches:
- master
# Workflow dispatch trigger allows manually running workflow
workflow_dispatch: {}
jobs:
cloudformation-linter:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install cfn-lint
run: pip install cfn-lint
- name: Print the Cloud Formation Linter Version & run Linter.
run: |
cfn-lint --version
cfn-lint -t ./cost/aws/FlexeraReadOnlyPolicy.template