Skip to content

Add Apex Token (BEP20) #16252

Add Apex Token (BEP20)

Add Apex Token (BEP20) #16252

Workflow file for this run

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