Skip to content

feat: implement /close command #217

feat: implement /close command

feat: implement /close command #217

Workflow file for this run

on:
push:
branches:
- main
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