Skip to content

Renamed from "Store" to "Library" #40

Renamed from "Store" to "Library"

Renamed from "Store" to "Library" #40

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Cooper Dalrymple (@relic-se)
#
# SPDX-License-Identifier: GPLv3
name: Validate Build
on: [pull_request, push]
jobs:
validate-readme-build:
runs-on: ubuntu-latest
steps:
- name: Set up requested Python version
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Versions
shell: bash
run: |
python3 --version
- name: Checkout Current Repo
uses: actions/checkout@v4
with:
submodules: true
show-progress: false
- name: Install reqs
shell: bash
run: |
pip install -r database/requirements.txt
- name: Build README.md
shell: bash
run: |
python database/build.py