Skip to content

Add $IDOS (arb1:0x68731d6F14B827bBCfFbEBb62b19Daa18de1d79c) #33661

Add $IDOS (arb1:0x68731d6F14B827bBCfFbEBb62b19Daa18de1d79c)

Add $IDOS (arb1:0x68731d6F14B827bBCfFbEBb62b19Daa18de1d79c) #33661

Workflow file for this run

name: Check
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Check out code
uses: actions/checkout@v3
- name: Run check
run: make check
- name: Unit Test
run: make test
- name: Lint
run: make lint