Skip to content

Merge pull request #3648 from Uninett/feat/improve-dashboard-delete-w… #4233

Merge pull request #3648 from Uninett/feat/improve-dashboard-delete-w…

Merge pull request #3648 from Uninett/feat/improve-dashboard-delete-w… #4233

Workflow file for this run

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