Skip to content

api

api #1660

Workflow file for this run

name: Run
on:
workflow_dispatch:
repository_dispatch:
jobs:
build:
if: github.actor == github.repository_owner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Run
uses: coactions/setup-xvfb@main
with:
run: dotnet run
env:
CONF: ${{ secrets.CONF }}