Skip to content

fix: remove comments #13

fix: remove comments

fix: remove comments #13

Workflow file for this run

name: "Misc tests"
on:
push:
paths:
- "contracts/**"
- "deploy/**"
- "scripts/**"
- ".github/workflows/misc.test.yaml"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20.10.0"
- run: yarn
working-directory: ./contracts
- run: yarn solhint
working-directory: ./contracts
- run: yarn eslint
working-directory: ./contracts
- run: yarn compile
working-directory: ./contracts