Skip to content

chore: release main #12

chore: release main

chore: release main #12

Workflow file for this run

name: Test
on:
pull_request: {}
workflow_dispatch:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: "go.mod"
cache-dependency-path: "go.sum"
- name: List files in the current directory
run: ls -lrta
- name: Run tests
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0
with:
version: "v1.14.0"
args: "test"