Skip to content

Bump ip-address from 10.2.0 to 10.4.0 in /pattern-categorization in the npm_and_yarn group across 1 directory #1071

Bump ip-address from 10.2.0 to 10.4.0 in /pattern-categorization in the npm_and_yarn group across 1 directory

Bump ip-address from 10.2.0 to 10.4.0 in /pattern-categorization in the npm_and_yarn group across 1 directory #1071

Workflow file for this run

name: Spelling & Styles
on:
push:
branches:
- main
paths:
- '**.md'
pull_request:
branches:
- main
workflow_dispatch:
schedule:
- cron: '3 2 1 * *'
jobs:
vale:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Vale Linting
uses: vale-cli/vale-action@v2
with:
files: '["patterns/2-structured/", "patterns/3-validated/"]'
vale_flags: "--glob=*.md"
filter_mode: added
debug: true