Skip to content

Virtual display feature added for linux os #335

Virtual display feature added for linux os

Virtual display feature added for linux os #335

Workflow file for this run

name: Check for typos
on:
push:
branches:
- master
- develop
paths:
- "**.json"
- "**.py"
- "**.md"
- "**.yml"
- "pyproject.toml"
- "setup.cfg"
pull_request:
paths:
- "**.json"
- "**.py"
- "**.md"
- "**.yml"
- "pyproject.toml"
- "setup.cfg"
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: codespell
uses: codespell-project/actions-codespell@v2