Skip to content

docs: resolve TODOs in introduction (#1264) #1496

docs: resolve TODOs in introduction (#1264)

docs: resolve TODOs in introduction (#1264) #1496

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2019-2026 Aibolit
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: make
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
make:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: 3.14
- uses: ruby/setup-ruby@v1
with:
ruby-version: 4.0.5
- run: gem install xcop
- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/0.7.13/install.sh | sh
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
- run: make