Skip to content

add MIT License to the project #3

add MIT License to the project

add MIT License to the project #3

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
ruff:
name: Ruff
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Ruff
uses: astral-sh/ruff-action@v3