Skip to content

ensure autolinks show on the CRE page #1

ensure autolinks show on the CRE page

ensure autolinks show on the CRE page #1

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.11.4'
cache: 'pip'
- uses: actions/setup-node@v3
with:
cache: 'yarn'
- name: Install python dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3-setuptools python3-virtualenv python3-pip
pip install --upgrade pip
make install-python
- name: Test
run: make test