Skip to content

Create an initial folder structure #1

Create an initial folder structure

Create an initial folder structure #1

Workflow file for this run

name: ci
on:
pull_request:
branches:
- master
permissions: write-all
jobs:
linux-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 1
submodules: 'true'