Skip to content

ALL-10424 - [Ticket: 11622] npm tatum-v1 || Vulnerable Disclosure - E… #405

ALL-10424 - [Ticket: 11622] npm tatum-v1 || Vulnerable Disclosure - E…

ALL-10424 - [Ticket: 11622] npm tatum-v1 || Vulnerable Disclosure - E… #405

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- v1
jobs:
build:
name: πŸ—οΈ Install and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: yarn install
- run: yarn build
- run: yarn lint