Skip to content

Add FXStock Token (BEP20) #17433

Add FXStock Token (BEP20)

Add FXStock Token (BEP20) #17433

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.17
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