Skip to content

update 2.3.18 release notes #3657

update 2.3.18 release notes

update 2.3.18 release notes #3657

Workflow file for this run

name: merge
on:
pull_request:
branches:
- "*"
- "!master"
workflow_dispatch:
# 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: |
node check-link.js