Skip to content

Arf polygon

Arf polygon #508

name: CI
on:
pull_request:
types: [opened, reopened, edited, synchronize]
branches: ["main", "develop", "release*"]
workflow_dispatch:
jobs:
lint-and-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Check coding styles
run: yarn lint-solidity
- name: run tests
run: yarn test