Skip to content

docs: replace tier4/autoware-spell-check-dict with autowarefoundation/autoware-spell-check-dict #27

docs: replace tier4/autoware-spell-check-dict with autowarefoundation/autoware-spell-check-dict

docs: replace tier4/autoware-spell-check-dict with autowarefoundation/autoware-spell-check-dict #27

Workflow file for this run

name: pytest
on:
pull_request:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install dependent packages
run: python3 -m pip install -r requirements.txt
- name: Run pytest
run: python3 -m pytest