Skip to content

build(deps): Bump gruntwork-io/terragrunt from 0.81.6 to 0.81.10 #60

build(deps): Bump gruntwork-io/terragrunt from 0.81.6 to 0.81.10

build(deps): Bump gruntwork-io/terragrunt from 0.81.6 to 0.81.10 #60

Workflow file for this run

name: Run lint and static analysis checks
on:
pull_request:
concurrency:
group: lint-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Clone this git repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install lint dependencies
run: make lint/install
- name: Run lint checks
run: make -o docs/lint lint