Skip to content

[Snyk] Upgrade @alpinejs/focus from 3.13.4 to 3.13.5 #370

[Snyk] Upgrade @alpinejs/focus from 3.13.4 to 3.13.5

[Snyk] Upgrade @alpinejs/focus from 3.13.4 to 3.13.5 #370

Workflow file for this run

name: Pull Requests
on:
push:
branches-ignore:
- "main"
- "master"
- "development"
- "releases/**"
pull_request:
branches:
- development
- "releases/**"
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit
format_check:
name: Checks Source Code Formatting
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup CommandBox CLI
uses: Ortus-Solutions/setup-commandbox@v2.0.1
with:
install: commandbox-cfformat
warmup: true
- name: Run formatting rules
run: box run-script format