FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Drop Python requirement to 3.8 · SublimeText/TabStack@9542fe5 · GitHub

Make compatible with latest ST stable #33

Make compatible with latest ST stable

Make compatible with latest ST stable #33

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: ci
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.3
- uses: actions/setup-python@v5
with:
python-version: "3.8"
- uses: astral-sh/setup-uv@v8.2.0
with:
enable-cache: true
- run: uv sync --group dev --no-install-project
- run: uv run ruff check .
- run: uv run ty check .

Back | FazBrowse Home | New Git URL