Skip to content

add underscore to the regex used in maybe_get_link function (#127) #35

add underscore to the regex used in maybe_get_link function (#127)

add underscore to the regex used in maybe_get_link function (#127) #35

Workflow file for this run

name: QC
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
qc:
name: QC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run:
pip install -r requirements.txt
- name: Install ROBOT
run: |
make build/robot.jar
make build/robot
chmod +x build/robot
echo "$PWD/build" >> $GITHUB_PATH
- name: Run dashboard
run:
python ./util/dashboard_config.py rundashboard -C dashboard-config.yml