Skip to content

Feat: Add basic CI and Github Action #6

Feat: Add basic CI and Github Action

Feat: Add basic CI and Github Action #6

Workflow file for this run

name: Basic CI
on: [pull_request]
jobs:
my-first-job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run python script
run: |
pip install -r requirements.txt
python ci.py