Skip to content

Merge pull request #16 from FreeLeh/feat/allow_formula_by_escaping_new #105

Merge pull request #16 from FreeLeh/feat/allow_formula_by_escaping_new

Merge pull request #16 from FreeLeh/feat/allow_formula_by_escaping_new #105

Workflow file for this run

name: Unit Test
on: push
jobs:
unit_test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64
cache: "pip"
- run: ./scripts/dev.sh
- run: ./scripts/test.sh
- run: ./scripts/lint.sh