Skip to content

fix(basedpyright): use python isntallation #77

fix(basedpyright): use python isntallation

fix(basedpyright): use python isntallation #77

Workflow file for this run

---
name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_call:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@main
- name: Run pre-commit
uses: nikaro/actions/pre-commit@main
with:
python-version: 3.x