Skip to content

Bump express from 4.18.2 to 4.19.2 in /docs/MinecraftApi/@minecraft/server-net/server-net-with-node #694

Bump express from 4.18.2 to 4.19.2 in /docs/MinecraftApi/@minecraft/server-net/server-net-with-node

Bump express from 4.18.2 to 4.19.2 in /docs/MinecraftApi/@minecraft/server-net/server-net-with-node #694

Workflow file for this run

name: 'Link Checker'
on:
push:
branches:
- main
pull_request:
types: [ labeled ]
jobs:
markdown-link-check:
## this action only runs in one of the following conditons
## PR is labelled with docs tag
## It's a push commit
if: ${{ (github.event.label.name == 'docs' && github.event_name == 'pull_request') || github.event_name == 'push' }}
name: 'Check Links'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Markdown links check
uses: ruzickap/action-my-markdown-link-checker@v1
with:
exclude: |
docs/