Skip to content

Feat: add anonymous messages #156

Feat: add anonymous messages

Feat: add anonymous messages #156

Workflow file for this run

name: CI bot etu UTT
on:
pull_request:
branches:
- main
jobs:
ruff-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
ruff-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: "format --diff"