Skip to content

Delete Other Programs/ChatBot.py #493

Delete Other Programs/ChatBot.py

Delete Other Programs/ChatBot.py #493

Workflow file for this run

name: ci
on:
push:
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: pipx run codespell
ruff_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: pipx run ruff check --output-format=github