Skip to content

Try siblings_only for no-duplicate-heading markdownlint setting #5

Try siblings_only for no-duplicate-heading markdownlint setting

Try siblings_only for no-duplicate-heading markdownlint setting #5

Workflow file for this run

name: Build Snapshot
on:
push:
branches:
- 'development'
jobs:
##########################################################################################
# Module Tests
##########################################################################################
tests:
secrets: inherit
uses: ./.github/workflows/tests.yml
##########################################################################################
# Format Source Code
# TODO: Add this back once the code is in script
##########################################################################################
# format:
# name: Code Auto-Formatting
# runs-on: ubuntu-20.04
# steps:
# - uses: actions/checkout@v4
# - name: Auto-format
# uses: Ortus-Solutions/[email protected]
# with:
# cmd: run-script format
# - name: Commit Format Changes
# uses: stefanzweifel/git-auto-commit-action@v4
# with:
# commit_message: Apply cfformat changes
##########################################################################################
# Release it
##########################################################################################
release:
uses: ./.github/workflows/release.yml
needs: [ tests ]
secrets: inherit
with:
snapshot: true