Skip to content

Commit

Permalink
#141 Test - 1
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Sep 5, 2023
1 parent 5d8d3b7 commit 5b57137
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 209 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/add-dependabot-request-to-project-t-comm.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/add-to-project-t-comm.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/add-triage-label.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/build-docker-container.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/copy-to-s3.yaml.example

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/go-test-darwin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Based on
# - https://github.com/marketplace/actions/setup-go-environment

name: go-test-darwin.yaml

on: [push]

jobs:
build:
runs-on: macos-latest
name: darwin
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Senzing API
uses: Senzing/github-action-install-senzing-api@main
18 changes: 18 additions & 0 deletions .github/workflows/go-test-linux.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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
18 changes: 18 additions & 0 deletions .github/workflows/go-test-windows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Based on
# - https://github.com/marketplace/actions/setup-go-environment

name: go-test-windows.yaml

on: [push]

jobs:
build:
runs-on: windows-latest
name: windows
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Senzing API
uses: Senzing/github-action-install-senzing-api@main
21 changes: 0 additions & 21 deletions .github/workflows/identify-customer.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/make-github-release-assets.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/make-go-github-file.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/pylint.yml

This file was deleted.

0 comments on commit 5b57137

Please sign in to comment.