Skip to content

Merge branch 'master' into snyk-fix-f4218a4f91551b117110af50480678b0 #2

Merge branch 'master' into snyk-fix-f4218a4f91551b117110af50480678b0

Merge branch 'master' into snyk-fix-f4218a4f91551b117110af50480678b0 #2

Workflow file for this run

name: Build and test cadence-samples
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.22.x'
- name: Build and Test
run: make