Skip to content

refactor(backend): move error and split router paths #53

refactor(backend): move error and split router paths

refactor(backend): move error and split router paths #53

Workflow file for this run

name: ci
on: [push]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_USER: frixxie
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: make test
run: make test