Skip to content

Fix typo in find_processor_info description #208

Fix typo in find_processor_info description

Fix typo in find_processor_info description #208

Workflow file for this run

name: Linting
on:
pull_request_target:
types: [opened, reopened]
push:
branches: [main, master, dev]
workflow_dispatch:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Linting
run: .github/workflows/linting.sh