Skip to content

fix: Add input validation to ImpactedAssets and ImpactedGoal editors. Close #17. #127

fix: Add input validation to ImpactedAssets and ImpactedGoal editors. Close #17.

fix: Add input validation to ImpactedAssets and ImpactedGoal editors. Close #17. #127

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- run: pushd /tmp && git clone --depth 1 https://github.com/awslabs/git-secrets.git && cd ./git-secrets && PREFIX=/tmp/git-secrets make install && popd
- run: npm install -g typescript
- run: npm install -g yarn
- run: npm install -g oss-attribution-generator
- run: yarn install --immutable && npx projen
- run: PATH=/tmp/git-secrets/bin:$PATH yarn run build