Skip to content

Merge pull request #41 from replicatedhq/joshd/sc-102378/cloud-addons… #124

Merge pull request #41 from replicatedhq/joshd/sc-102378/cloud-addons…

Merge pull request #41 from replicatedhq/joshd/sc-102378/cloud-addons… #124

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make build
- name: Prettier
run: make prettier
- name: Test
run: make test