Skip to content

Initial commit

Initial commit #10

name: Build and Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
permissions: write-all
name: build-and-test
environment: test
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y make
- name: Build stack
run: |
make start