Skip to content

Do I need quotes around "3.10"? #7

Do I need quotes around "3.10"?

Do I need quotes around "3.10"? #7

Workflow file for this run

name: Validate Submitted JSON
on:
push:
branches:
- test-gh-action
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: python src/simple_validator.py spec/syngo_spec.yaml json/