Skip to content

Small fixes in deployment scripts, added additional test for HubController, deployed contracts on Gnosis Mainnet #214

Small fixes in deployment scripts, added additional test for HubController, deployed contracts on Gnosis Mainnet

Small fixes in deployment scripts, added additional test for HubController, deployed contracts on Gnosis Mainnet #214

Workflow file for this run

name: checks
on:
pull_request:
branches:
- main
concurrency:
group: checks-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: Run Solidity and Typescript linters
run: npm run lint
format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: Run Solidity and Typescript formatters
run: npm run format
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: Run tests
run: npm run test