Skip to content

hexagonal architecture #34

hexagonal architecture

hexagonal architecture #34

Workflow file for this run

name: check-build
on:
pull_request:
branches:
- main
jobs:
check-antora:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: npm install for antora-cli
run: |
npm install
- name: Build Antora
run: |
npm run build