Skip to content

chore(build): activate github workflows #3

chore(build): activate github workflows

chore(build): activate github workflows #3

Workflow file for this run

name: Solidity Test
on:
pull_request:
branches:
- develop
- main
- master
- release/**
jobs:
test-solidity:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/**.sol
**/**.go
go.mod
go.sum
- name: Test Solidity
run: |
make test-solidity
if: env.GIT_DIFF