Skip to content

Commit

Permalink
Move to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshsadiq committed May 28, 2024
1 parent f4d44fe commit 5b4fa05
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml

This file was deleted.

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

on:
push:
jobs:
build:
defaults:
run:
working-directory: "/go/src/github.com/launchdarkly/go-options"
runs-on: ubuntu-latest
container:
image: golang
steps:
- uses: actions/[email protected]
- run: sudo apt-get install python-pip
- run: sudo pip install pre-commit
- run: make test

0 comments on commit 5b4fa05

Please sign in to comment.