Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Merge pull request #714 from khanhkhanhlele/Fix/typos/20251107174548 #724

Merge pull request #714 from khanhkhanhlele/Fix/typos/20251107174548

Merge pull request #714 from khanhkhanhlele/Fix/typos/20251107174548 #724

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
# Every Sunday at 0AM UTC
- cron: "0 0 * * 0"
jobs:
Pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install and Run Pytest
run: |
export SETUPTOOLS_USE_DISTUTILS=stdlib
pip3 install pytest
python3 -m pytest -s