Skip to content

Merge pull request #57 from Flaconi/plt-878 #134

Merge pull request #57 from Flaconi/plt-878

Merge pull request #57 from Flaconi/plt-878 #134

Workflow file for this run

---
###
### Lints all generic and json files in the whole git repository
###
name: linting
on:
pull_request:
push:
branches:
- master
tags:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Terraform lint
uses: actionshub/[email protected]
- name: Files lint
run: |
make "lint"