Skip to content

Fix the definitions of felis.free_dict.identity, `felis.free_t.iden… #63

Fix the definitions of felis.free_dict.identity, `felis.free_t.iden…

Fix the definitions of felis.free_dict.identity, `felis.free_t.iden… #63

Workflow file for this run

on: [push]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install ruff
- run: ruff check
pyright:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm i pyright
- run: npx pyright
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install . pytest
- run: pytest