Skip to content

Update display name for marketplace #8

Update display name for marketplace

Update display name for marketplace #8

Workflow file for this run

name: Test Build
on:
pull_request:
push:
branches: [main]
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Build wheel
uses: PyO3/maturin-action@v1
with:
args: --release --out dist
manylinux: '2_28'
- name: Test installation
run: |
pip install dist/*.whl
t-linter --version