Skip to content

Manifest V2 feature => 100% on Beta, 25% on Release (#1097) #1511

Manifest V2 feature => 100% on Beta, 25% on Release (#1097)

Manifest V2 feature => 100% on Beta, 25% on Release (#1097) #1511

Workflow file for this run

name: Test
on:
push:
branches: [main, production]
pull_request:
branches: [main, production]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: '0'
- name: Setup Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
with:
python-version: '3.11'
- name: Install requirements
run: pip install -r seed/requirements.txt
- name: Serialize seed
run: python seed/serialize.py seed/seed.json
- name: fmt seed
run: |
python3 ./.github/ci/griffin-study-utils.py fmt
git diff --no-ext-diff --exit-code seed/seed.json