Skip to content

Merge pull request #377 from Consensys/334-support-columns-with-expli… #189

Merge pull request #377 from Consensys/334-support-columns-with-expli…

Merge pull request #377 from Consensys/334-support-columns-with-expli… #189

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.20'
- run: make test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.20'
# Setup environment
- run: make install
# Do the linting
- run: make lint