Skip to content

docs: updated version to v0.1.4 #20

docs: updated version to v0.1.4

docs: updated version to v0.1.4 #20

Workflow file for this run

name: CI
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
types:
- opened
- synchronize
- ready_for_review
workflow_call:
workflow_dispatch:
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yml
test:
name: Test
needs: lint
uses: ./.github/workflows/test.yml