Skip to content

Fixed ci pass badge

Fixed ci pass badge #5

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- master
jobs:
lint:
uses: ./.github/workflows/lint.yml
unit_test:
needs: lint
uses: ./.github/workflows/unit_test.yml
integration_test:
needs: unit_test
uses: ./.github/workflows/integration_test.yml