Skip to content

Merge pull request #251 from openvex/dependabot/github_actions/all-6e… #552

Merge pull request #251 from openvex/dependabot/github_actions/all-6e…

Merge pull request #251 from openvex/dependabot/github_actions/all-6e… #552

# 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v2.2.0
with:
go-version: '1.23'
check-latest: true
cache: true
- name: build
run: make vex
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v2.2.0
with:
go-version: '1.23'
check-latest: true
cache: true
- name: test
run: make test