Skip to content

Merge pull request #3551 from Uninett/feat/2344-add-shareable-dashboards #52

Merge pull request #3551 from Uninett/feat/2344-add-shareable-dashboards

Merge pull request #3551 from Uninett/feat/2344-add-shareable-dashboards #52

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"