Skip to content

Bump vitepress from 1.4.5 to 1.5.0 in /docs (#554) #901

Bump vitepress from 1.4.5 to 1.5.0 in /docs (#554)

Bump vitepress from 1.4.5 to 1.5.0 in /docs (#554) #901

Workflow file for this run

name: Lint
# we run testing for both master and dev branches (but only on pull requests for master)
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'dev'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable