Skip to content

chore: update support team overview with values (#13883) #38

chore: update support team overview with values (#13883)

chore: update support team overview with values (#13883) #38

Workflow file for this run

name: HogFM
permissions:
contents: read
on:
push:
branches:
- master
paths:
- 'contents/handbook/**'
workflow_dispatch:
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Set up Python
run: uv python install
working-directory: scripts/hogfm
- name: Sync deps
run: uv sync --locked --all-extras --dev
working-directory: scripts/hogfm
- name: Run python script
run: yes # TODO uv run <filename>
working-directory: scripts/hogfm
env:
SAMPLE: sample