Skip to content

fix: skip page autocomplete if section wasn't filled out #146

fix: skip page autocomplete if section wasn't filled out

fix: skip page autocomplete if section wasn't filled out #146

Workflow file for this run

on: [push, pull_request]
name: Ruff
jobs:
check-ruff:
if: github.repository == 'ghostty-org/discord-bot'
runs-on: namespace-profile-ghostty-sm
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Nix
uses: cachix/install-nix-action@V27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Lint code
run: |
nix develop -c ruff check
nix develop -c ruff format --check