Skip to content

Commit

Permalink
Check folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis6p authored Dec 1, 2024
1 parent d00ed7f commit 9910a4e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python package adaptive-cards-py
name: Python package

on:
pull_request:
Expand All @@ -27,8 +27,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
uv pip install --system pylint
uv pip install --system ruff
uv pip install --system -r pyproject.toml
- name: Test with pytest
run: |
ls -l
tree
uv run tests/*.py

0 comments on commit 9910a4e

Please sign in to comment.