Skip to content

update release notes for 2.4.13 #3852

update release notes for 2.4.13

update release notes for 2.4.13 #3852

Workflow file for this run

name: merge
on:
pull_request:
branches:
- "*"
- "!master"
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Testing:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Check out Git repository
uses: actions/checkout@v1
- name: Run Inner Link Check
run: |
npm install
node check-link.js