Skip to content

Commit

Permalink
Replace workflow with a reusable one
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh committed Jun 10, 2024
1 parent 41991d1 commit 9ded2a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 68 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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
with:
go_version: ${{ vars.ARCALOT_GO_VERSION }}
68 changes: 0 additions & 68 deletions .github/workflows/test_ci.yaml

This file was deleted.

0 comments on commit 9ded2a9

Please sign in to comment.