Skip to content

fix: correct wording in quiz question about Chernobyl disaster #198

fix: correct wording in quiz question about Chernobyl disaster

fix: correct wording in quiz question about Chernobyl disaster #198

Workflow file for this run

name: Energetica CI
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: |
pytest