Skip to content

Merge pull request #61 from yhakbar/feature/adding_docs_automation #168

Merge pull request #61 from yhakbar/feature/adding_docs_automation

Merge pull request #61 from yhakbar/feature/adding_docs_automation #168

Workflow file for this run

name: Push
on:
push:
branches:
- "*"
pull_request:
types: [opened, reopened, synchronize]
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yml
test:
name: Test
uses: ./.github/workflows/test.yml
docs:
name: Docs
uses: ./.github/workflows/docs.yml