Skip to content

Keep the latest version in a data file for the new install script #221

Keep the latest version in a data file for the new install script

Keep the latest version in a data file for the new install script #221

Workflow file for this run

name: main
on:
push:
pull_request:
schedule:
- cron: "0 0 * * 0"
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
version: [3.7, 3.x]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{matrix.version}}
- uses: actions/setup-node@v3
with:
node-version: latest
- run: pip install pyyaml
- run: npm install @antora/cli @antora/site-generator
- run: echo "$PWD/node_modules/.bin" >> "$GITHUB_PATH"
- run: python plano test