Skip to content

Adding slither static analyzer #304

Adding slither static analyzer

Adding slither static analyzer #304

name: Verify Upgradeable
on:
push:
branches:
- main
- staging
- development
pull_request:
branches:
- main
- staging
- development
types:
- opened
- synchronize
jobs:
test:
name: Test Upgradeable
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: "18"
cache: "yarn"
- name: Install dependencies
run: yarn --ignore-scripts
- name: Run tests
run: |-
cd packages/upgradeable
yarn test