Skip to content

chore(deps): bump @stoplight/spectral-cli from 6.6.0 to 6.10.1 #106

chore(deps): bump @stoplight/spectral-cli from 6.6.0 to 6.10.1

chore(deps): bump @stoplight/spectral-cli from 6.6.0 to 6.10.1 #106

Workflow file for this run

name: pytest
on:
- push
- pull_request
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: pip
cache-dependency-path: "**/pyproject.toml"
- name: Install Python dependencies
run: pip install -e .
- name: Run tests
run: pytest