Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #1

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #1

Workflow file for this run

name: Pull Requests
on:
push:
branches-ignore:
- "main"
- "master"
- "development"
- "v*"
pull_request:
branches:
- "v*"
- "development"
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit
formatCheck:
name: Checks Source Code Formatting
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3.2.0
- uses: Ortus-Solutions/commandbox-action@v1.0.2
with:
cmd: run-script format:check