Skip to content

Fixed bugs

Fixed bugs #25

Workflow file for this run

name: CI
on:
push:
branches:
- main
workflow_dispatch: {}
pull_request:
types: [opened, synchronize]
branches:
- main
jobs:
<<<<<<< HEAD

Check failure on line 13 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
<<<<<<< HEAD
# docker-image:
# uses: ./.github/workflows/docker.yml
api-doc:
# needs: [docker-image]
=======
docker-image:
uses: ./.github/workflows/docker.yml
api-doc:
needs: [docker-image]
>>>>>>> 90b2a92 (docker container and ci workflow)
=======
# docker-image:
# uses: ./.github/workflows/docker.yml
api-doc:
# needs: [docker-image]
>>>>>>> d276d08 (without docker)
uses: ./.github/workflows/sphinx.yml