Skip to content

Migrate Notifications server to python #198 #22

Migrate Notifications server to python #198

Migrate Notifications server to python #198 #22

Workflow file for this run

name: Ruff
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
src: "./oioioi"
version: 0.11.12