Skip to content

release-notes-591 (#215) #344

release-notes-591 (#215)

release-notes-591 (#215) #344

Workflow file for this run

name: mostlyai-docs on-push workflow
on:
push:
jobs:
pre-commit-linting:
uses: ./.github/workflows/lint-check.yaml
secrets: inherit
build-docker-image:
needs: [pre-commit-linting]
secrets: inherit
uses: ./.github/workflows/build-docker-image.yaml