Skip to content

#141 Test - 1

#141 Test - 1 #1

Workflow file for this run

# Based on
# - https://github.com/marketplace/actions/setup-go-environment
name: go-test-linux.yaml
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: linux
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Senzing API
uses: Senzing/github-action-install-senzing-api@main