Skip to content

Bump form-data from 4.0.0 to 4.0.4 #738

Bump form-data from 4.0.0 to 4.0.4

Bump form-data from 4.0.0 to 4.0.4 #738

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@v4
- name: Markdown links check
uses: ruzickap/action-my-markdown-link-checker@v1
with:
exclude: |
docs/