Skip to content

Commit

Permalink
Use common reusable workflow to list and test Go sources (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh committed Apr 1, 2024
1 parent 0c03777 commit 8be09e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 67 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Golang Test
on:
push:
branches:
- main
pull_request:
jobs:
lint_and_test:
name: lint and test
uses: arcalot/arcaflow-reusable-workflows/.github/workflows/go_lint_and_test.yaml@main
67 changes: 0 additions & 67 deletions .github/workflows/test_ci.yml

This file was deleted.

0 comments on commit 8be09e9

Please sign in to comment.