Skip to content

build(deps): bump ws from 8.20.1 to 8.21.0 in /example #3280

build(deps): bump ws from 8.20.1 to 8.21.0 in /example

build(deps): bump ws from 8.20.1 to 8.21.0 in /example #3280

Workflow file for this run

name: 'Semantic Pull Request'
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
permissions:
contents: read
jobs:
main:
name: Validate PR and Commits
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
with:
configFile: .github/commitlint.config.cjs
- name: Install Dependencies
run: npm install @commitlint/config-conventional@18.5
- uses: JulienKode/pull-request-name-linter-action@8dab22a5f84b07c565ba473f505b0bc5406924dc # v20.5.0
with:
configuration-path: ./.github/commitlint.config.cjs