Skip to content

Merge updated code from seapagan/lice2 #4

Merge updated code from seapagan/lice2

Merge updated code from seapagan/lice2 #4

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