Skip to content

build(deps-dev): Bump eslint-plugin-react from 7.31.11 to 7.34.1 #2116

build(deps-dev): Bump eslint-plugin-react from 7.31.11 to 7.34.1

build(deps-dev): Bump eslint-plugin-react from 7.31.11 to 7.34.1 #2116

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci-check:
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: PATH=/tmp/git-secrets/bin:$PATH bash ./scripts/build.sh