Skip to content

Wezterm config can be in a .config directory, but also in a .lua file #64

Wezterm config can be in a .config directory, but also in a .lua file

Wezterm config can be in a .config directory, but also in a .lua file #64

Workflow file for this run

name: Lint Python
on:
push:
branches:
- master
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1