Skip to content

feat(CI): GitHub Action to check the build of the OS #10

feat(CI): GitHub Action to check the build of the OS

feat(CI): GitHub Action to check the build of the OS #10

Workflow file for this run

name: Build CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create build directory.
run: mkdir build
- name: Build
run: docker-compose build && docker-compose up