Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

fix(readme): archive the repo #45

fix(readme): archive the repo

fix(readme): archive the repo #45

Workflow file for this run

name: Static Analysis and Tests
on:
push:
branches: [main]
pull_request:
branches: [main, feat/*]
workflow_dispatch:
jobs:
extensions_test:
strategy:
matrix:
python-version: ["3.10"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run extensions smoke tests
run: >
sh ./tests/run_tests.sh