Skip to content
This repository was archived by the owner on Sep 7, 2026. It is now read-only.

Add plugin document-skills #124

Add plugin document-skills

Add plugin document-skills #124

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b18 # v7.0.1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 22
cache: npm
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: '3.13'
cache: pip
cache-dependency-path: plugins/Hylouis233/document-skills/tests/requirements-fixtures.txt
- run: sudo apt-get update && sudo apt-get install -y --no-install-recommends libreoffice-writer
- run: python -m pip install -r plugins/Hylouis233/document-skills/tests/requirements-fixtures.txt
- run: npm ci
- run: npm run check