Skip to content

build(deps): bump extractions/setup-just from 3.0.0 to 3.1.0 #19

build(deps): bump extractions/setup-just from 3.0.0 to 3.1.0

build(deps): bump extractions/setup-just from 3.0.0 to 3.1.0 #19

Workflow file for this run

name: Run CI Tests
on:
pull_request:
paths-ignore:
- 'README.md'
- 'LICENSE'
push:
branches:
- 'main'
jobs:
run-copywrite:
timeout-minutes: 5
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: hashicorp/setup-copywrite@v1.1.3
- name: verify copyright
run: |
copywrite --config .github/workflows/scripts/copywrite.hcl \
headers --spdx "BSD-3-Clause" --plan
run-tests:
timeout-minutes: 5
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: extractions/setup-just@f8a3cce218d9f83db3a2ecd90e41ac3de6cdfd9b
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache-dependency-path: '**/go.sum'
- name: Show System
run: |
uname -a
just sysinfo
- name: Run Go Test
run: |
just init tidy lint test