Skip to content

[#103] Add the template files for SNS module #423

[#103] Add the template files for SNS module

[#103] Add the template files for SNS module #423

Workflow file for this run

name: Lint
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node and restore cached dependencies
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run linters
run: npm run lint
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.6.1
- name: Terraform fmt
run: terraform fmt -check -recursive