Skip to content

add schaffolding for backend plugins #6

add schaffolding for backend plugins

add schaffolding for backend plugins #6

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make clean
working-directory: ./src
run: make clean
- name: make
working-directory: ./src
run: make