Skip to content

renovate: manage action.yaml #624

renovate: manage action.yaml

renovate: manage action.yaml #624

Workflow file for this run

name: build and run unit tests
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
os: [ ubuntu-22.04 ]
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
path: src/little-vm-helper
- name: Install Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: "src/little-vm-helper/go.mod"
- name: Build and run Go tests
run: |
cd src/little-vm-helper
make