Skip to content

Add data.toml

Add data.toml #10

Workflow file for this run

name: Run Python Script
on:
push:
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "poetry"
- run: poetry install
- run: poetry run python script.py