Skip to content

PLT-921 - Move the bucket to a separate module #20

PLT-921 - Move the bucket to a separate module

PLT-921 - Move the bucket to a separate module #20

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@master
- name: Terraform lint
uses: actionshub/terraform-lint@main
- name: Files lint
run: |
make "lint-files"