Skip to content

Bump regex from 1.10.6 to 1.11.0 in /packages/regex/ffi #10085

Bump regex from 1.10.6 to 1.11.0 in /packages/regex/ffi

Bump regex from 1.10.6 to 1.11.0 in /packages/regex/ffi #10085

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: tools/format.sh -- --check
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./tools/ci/github/setup
- run: tools/lint.sh -- -D warnings
spell_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@main
with:
files: "**/*.{feature,md,pen,rs,sh}"
readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: raviqqe/markdown-link-check@main
dependabot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: tools/update_dependabot.sh
- run: git diff --exit-code