Skip to content

feat: setup github actions ci #17

feat: setup github actions ci

feat: setup github actions ci #17

Workflow file for this run

name: localhost
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build and deploy (localhost)
run: |
make healthcheck ENV=localhost