Skip to content

fix(api): Adjust the response definition of /api/project-backup/:projectname/:backupId.json #147

fix(api): Adjust the response definition of /api/project-backup/:projectname/:backupId.json

fix(api): Adjust the response definition of /api/project-backup/:projectname/:backupId.json #147

Workflow file for this run

name: ci
on: [push, pull_request]
env:
DENO_VERSION: 2.x
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: ${{ env.DENO_VERSION }}
- name: Check all
run: deno task check