Skip to content

Commit

Permalink
Merge pull request #26 from launchdarkly/hoshsadiq/sc-246295/migrate-…
Browse files Browse the repository at this point in the history
…go-options-to-github-actions-from
  • Loading branch information
hoshsadiq authored Jun 13, 2024
2 parents c1c04b1 + febb4d4 commit 4a89621
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: build

on:
push:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
with:
go-version: '1.15'
check-latest: true
- run: pip install pre-commit
- run: make test

0 comments on commit 4a89621

Please sign in to comment.