update gpu index, after update raft 24.04 #3667
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |