Skip to content

Wip

Wip #1

Workflow file for this run

name: "CI workflow"
on:
- push
jobs:
check_backend:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4