Skip to content

Minor grammar update to architecture.md (#23) #93

Minor grammar update to architecture.md (#23)

Minor grammar update to architecture.md (#23) #93

Workflow file for this run

name: 🎯 Updated Main
on:
push:
branches:
- main
jobs:
build:
name: Build
uses: ./.github/workflows/Build.yml
secrets: inherit
publish:
name: Publish
needs: build
uses: ./.github/workflows/Publish.yml