Skip to content

Commit

Permalink
Add run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar1ky committed May 5, 2024
1 parent 2652e07 commit 8a4f0ea
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@ jobs:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: '--fix --target-version=py312 --select=ALL --ignore=T201,E501'
args: '--target-version=py312 --select=ALL --ignore=T201,E501'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run
run: |
python main.py

0 comments on commit 8a4f0ea

Please sign in to comment.