This GitHub Action runs guacamole against infrastructure-as-code to identify code smells and bad practices
on: [push]
jobs:
guacamole-quality-scan:
runs-on: ubuntu-latest
name: guacamole-static-check
steps:
- name: Checkout repo
uses: actions/checkout@master
- name: Run guacamole action
id: guacamole
uses: padok-team/[email protected]