Skip to content

Remove all mentions of 'lice2' from the code and structure #5

Remove all mentions of 'lice2' from the code and structure

Remove all mentions of 'lice2' from the code and structure #5

Workflow file for this run

name: Linting
on: [push, pull_request, workflow_dispatch]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Linting
uses: astral-sh/ruff-action@v3
with:
args: check
- name: Check Formatting
uses: astral-sh/ruff-action@v3
with:
args: format --check