Skip to content

Update README.md

Update README.md #4

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
jobs:
python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install zbar (for pyzbar)
run: sudo apt-get update && sudo apt-get install -y libzbar0
- run: pip install pytest qrcode pyzbar Pillow
- run: pytest -q
node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: "22"
- run: node --test tests/test_shadowcat.mjs