Skip to content

Merge branch 'dev' of https://github.com/Zalk0/ChouetteBot-discord in… #70

Merge branch 'dev' of https://github.com/Zalk0/ChouetteBot-discord in…

Merge branch 'dev' of https://github.com/Zalk0/ChouetteBot-discord in… #70

Workflow file for this run

name: Ruff
on: [ pull_request, push ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint
uses: chartboost/ruff-action@v1
- name: Format
uses: chartboost/ruff-action@v1
with:
args: "format --diff"