Skip to content

🔒 Adding Nethermind audit report #7

🔒 Adding Nethermind audit report

🔒 Adding Nethermind audit report #7

Workflow file for this run

name: Tests and linter
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
SCARB_VERSION: 2.6.4
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Scarb
run: |
curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | bash -s -- -v ${{ env.SCARB_VERSION }}
- run: scarb test
- run: scarb build