Skip to content

Add terraform and Github Actions config to deploy account space updat… #1040

Add terraform and Github Actions config to deploy account space updat…

Add terraform and Github Actions config to deploy account space updat… #1040

Workflow file for this run

name: lint
on: [push, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "18"
- run: npm install -g npm@9.5.0
- run: npm install --include dev
- run: npm install -ws
- run: npm run build -ws
- run: npm run lint -ws