Skip to content

[Snyk] Upgrade @alpinejs/focus from 3.13.2 to 3.13.3 #351

[Snyk] Upgrade @alpinejs/focus from 3.13.2 to 3.13.3

[Snyk] Upgrade @alpinejs/focus from 3.13.2 to 3.13.3 #351

Workflow file for this run

name: Pull Requests
on:
pull_request:
branches:
- development
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
format:
name: Format
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup CommandBox CLI
uses: Ortus-Solutions/[email protected]
with:
version: 5.4.2
install: commandbox-cfformat
warmup: true
- name: Run formatting rules
run: box run-script format
- name: Commit Format Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply cfformat changes