https://github.com/nhsdigital/eps-action-cfn-lint
https://github.com/nhsdigital/eps-action-cfn-lint
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nhsdigital/eps-action-cfn-lint
- Owner: NHSDigital
- Created: 2024-09-04T09:10:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T13:24:31.000Z (about 1 year ago)
- Last Synced: 2025-04-28T14:30:30.716Z (about 1 year ago)
- Language: Shell
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EPS cfn-lint action
This action runs cfn-lint for all yaml files under cloudformation or SAMtemplates folders.
If errors are found then it exits with an error
## Inputs
None
## Outputs
None
## Example usage
```
- name: Run cfn lint
uses: anthony-nhs/poc-cfn-lint@main
```