Skip to content

Merge pull request #3502 from Uninett/chore/support-larger-modal-content #31

Merge pull request #3502 from Uninett/chore/support-larger-modal-content

Merge pull request #3502 from Uninett/chore/support-larger-modal-content #31

Workflow file for this run

name: Verify formatting
on:
push:
branches: master
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
name: Verify Python formatting
steps:
- uses: actions/checkout@v5
- uses: astral-sh/ruff-action@v3
with:
version: "0.12.0"
args: "format --check"