Skip to content

Merge pull request #5 from MidnightCommander/dependabot/github_action… #86

Merge pull request #5 from MidnightCommander/dependabot/github_action…

Merge pull request #5 from MidnightCommander/dependabot/github_action… #86

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
pull_request:
jobs:
lint-and-test:
runs-on: ubuntu-latest
timeout-minutes: 5
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
- run: uv sync --all-extras --dev
- run: uv run mkdocs build