Skip to content

fix: withdraw bep20 error #7

fix: withdraw bep20 error

fix: withdraw bep20 error #7

Workflow file for this run

name: Build
on:
push:
# branches: [ main ]
# pull_request:
# branches: [ main ]
jobs:
'build-go':
name: make build-go
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.21
- name: Check out
uses: actions/checkout@v3
- name: Make build-go
run: make build-go
'build-solidity and test':

Check failure on line 27 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yaml (Line: 27, Col: 3): The identifier 'build-solidity and test' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
name: make build-solidity
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Make build-solidity
run: cd contracts && forge build && forge test