Skip to content

Chore/ci#124

Merged
radu-mocanu merged 3 commits into
mainfrom
chore/ci
Jul 21, 2025
Merged

Chore/ci#124
radu-mocanu merged 3 commits into
mainfrom
chore/ci

Conversation

@radu-mocanu

@radu-mocanu radu-mocanu commented Jul 21, 2025

Copy link
Copy Markdown
Collaborator
  • add ci github actions
  • fix types and linting errors

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-mcp==0.0.98.dev1001240045",

  # Any version from PR
  "uipath-mcp>=0.0.98.dev1001240000,<0.0.98.dev1001250000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath-mcp = { index = "testpypi" }

@radu-mocanu radu-mocanu requested a review from cristipufu July 21, 2025 13:13
@radu-mocanu radu-mocanu self-assigned this Jul 21, 2025
@radu-mocanu radu-mocanu added the build:dev Create a dev build from the pr label Jul 21, 2025
Comment thread .github/workflows/cli.yml Fixed
Comment thread .github/workflows/cli.yml Fixed
Comment on lines +44 to +47
- name: Validate PR commits with commitlint
run: |
git fetch origin pull/${{ github.event.pull_request.number }}/head:pr_branch
npx commitlint --from ${{ github.event.pull_request.base.sha }} --to pr_branch --verbose

Check warning

Code scanning / CodeQL

Checkout of untrusted code in a trusted context Medium

Potential unsafe checkout of untrusted pull request on privileged workflow.
uses: actions/checkout@v4

- name: Setup uv
uses: astral-sh/setup-uv@v5

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow or composite action Medium

Unpinned 3rd party Action 'Lint' step
Uses Step
uses 'astral-sh/setup-uv' with ref 'v5', not a pinned commit hash
Comment thread src/uipath_mcp/_cli/_runtime/_runtime.py Outdated
@radu-mocanu radu-mocanu merged commit afcf400 into main Jul 21, 2025
9 checks passed
@cristipufu cristipufu deleted the chore/ci branch July 22, 2025 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:dev Create a dev build from the pr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants