Skip to content

Format Organization and Label field to use as a keys later #55

Format Organization and Label field to use as a keys later

Format Organization and Label field to use as a keys later #55

Workflow file for this run

name: Validate pull request
on:
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
deploy:
name: Validate pull request
runs-on: ubuntu-latest
environment: production
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: 3.11
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Compile
run: |
python build_assets.py