Skip to content

Add back missing docs, move plugin to /x #58

Add back missing docs, move plugin to /x

Add back missing docs, move plugin to /x #58

name: CI Tests
on:
pull_request:
branches:
- main
jobs:
build-test:
runs-on: ubuntu-latest
container:
image: luthersystems/build-go:v0.0.72
steps:
- uses: actions/checkout@v3.5.0
- name: Set license file
run: echo $LUTHER_LICENSE | base64 -d > .luther-license.yaml
env:
LUTHER_LICENSE: ${{ secrets.LUTHER_LICENSE }}
- name: Run CI tests
run: make citest