Skip to content

Move to GitHub Actions #1

Move to GitHub Actions

Move to GitHub Actions #1

Workflow file for this run

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