Skip to content

refactoring: Modified into Model-View-Controller architecture. (#18) #19

refactoring: Modified into Model-View-Controller architecture. (#18)

refactoring: Modified into Model-View-Controller architecture. (#18) #19

Workflow file for this run

name: Test for make site
on:
pull_request:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build site
run: |
make site