Skip to content

Re-add pre-v4.0 "legacy" notes from AUG #3

Re-add pre-v4.0 "legacy" notes from AUG

Re-add pre-v4.0 "legacy" notes from AUG #3

Workflow file for this run

name: Integrity check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run: |
python3 -m pip install --upgrade pipenv
pipenv install
- name: Validate
run: |
pipenv run build
# TODO: Validate the csv file structure
# Note that this also runs on pull_request!
- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
name: automated_hg_decks_build
path: build/