Skip to content

Add option to symlink from remote dir in packager (#122) #19

Add option to symlink from remote dir in packager (#122)

Add option to symlink from remote dir in packager (#122) #19

Workflow file for this run

name: Ruff lint
on:
workflow_dispatch:
workflow_call:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
with:
version: "latest"
- name: Ruff lint
run: uv run --group lint -- ruff check