Skip to content

add boxlang to matrix #2

add boxlang to matrix

add boxlang to matrix #2

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
##########################################################################################
format:
name: Code Auto-Formatting
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Auto-format
uses: Ortus-Solutions/commandbox-action@v1.0.2
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

Check failure on line 39 in .github/workflows/snapshot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/snapshot.yml

Invalid workflow file

error parsing called workflow ".github/workflows/snapshot.yml" -> "./.github/workflows/release.yml" (source branch with sha:1a86916bbb7bc1d0af9080d8a0c154a49b511aa7) : You have an error in your yaml syntax on line 20
needs: [ tests, format ]
secrets: inherit
with:
snapshot: true