Skip to content

build(deps-dev): bump brace-expansion from 1.1.12 to 1.1.13 #1392

build(deps-dev): bump brace-expansion from 1.1.12 to 1.1.13

build(deps-dev): bump brace-expansion from 1.1.12 to 1.1.13 #1392

Workflow file for this run

name: summary
on:
pull_request:
jobs:
enforce-all-checks:
runs-on: ubuntu-latest
permissions:
contents: read
checks: read
steps:
# Checkout only needed for developing
- name: Checkout
uses: actions/checkout@v6
- name: Watch GitHub Checks
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
delay: 5s
#match_pattern: test.*
#ignore_pattern: lint.*