Skip to content

upgrade the javascript clients dependencies #41

upgrade the javascript clients dependencies

upgrade the javascript clients dependencies #41

Workflow file for this run

name: build
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Cache the plugins directory
uses: actions/cache@v4
with:
path: ~/.tflint.d/plugins
key: tflint-${{ hashFiles('.tflint.hcl') }}
- uses: terraform-linters/setup-tflint@v4
name: Setup
with:
# renovate: datasource=github-releases depName=terraform-linters/tflint
tflint_version: v0.50.3
- name: Init
run: tflint --init
- name: Lint
run: tflint --format compact
test:
name: Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Create
run: ./create.sh
- name: Destroy
run: ./destroy.sh