Skip to content

Validate JIXIA_PATH environment variable before execution and adjust … #52

Validate JIXIA_PATH environment variable before execution and adjust …

Validate JIXIA_PATH environment variable before execution and adjust … #52

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- run: ruff check
- run: ruff format --check