Skip to content

docs: update and fix format (#56) #82

docs: update and fix format (#56)

docs: update and fix format (#56) #82

Workflow file for this run

name: Master
on:
push:
branches:
- master
jobs:
lint:
uses: ./.github/workflows/lint.yaml
unit-test:
needs: [lint]
uses: ./.github/workflows/test.yaml