Skip to content

Feat/ms word

Feat/ms word #8

Workflow file for this run

name: Test
on:
pull_request:
branches: [main, master]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build test compose
run: |
make test-build
make test