Skip to content

add sol linter and fix imports #4

add sol linter and fix imports

add sol linter and fix imports #4

Workflow file for this run

name: CI
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: './.github/setup'
- name: Building
run: yarn build
- name: Linting
run: yarn lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: './.github/setup'
- name: Running tests
run: yarn test