Skip to content

Update railway.toml to correct Dockerfile path for service deployment #58

Update railway.toml to correct Dockerfile path for service deployment

Update railway.toml to correct Dockerfile path for service deployment #58

Workflow file for this run

name: Python CI
permissions:
contents: read
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install loguru eth_account ruff pytest
- name: Lint with Ruff
run: |
ruff check .