Skip to content

Merge pull request #243 from openvex/dependabot/go_modules/all-37b387… #537

Merge pull request #243 from openvex/dependabot/go_modules/all-37b387…

Merge pull request #243 from openvex/dependabot/go_modules/all-37b387… #537

# Copyright 2023 The OpenVEX Authors
# SPDX-License-Identifier: Apache-2.0
name: ci-build-test
on:
push:
branches:
- "main"
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v2.2.0
with:
go-version: '1.22'
check-latest: true
cache: true
- name: build
run: make vex
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v2.2.0
with:
go-version: '1.22'
check-latest: true
cache: true
- name: test
run: make test