Skip to content

fix: add test for rattler-build recipes from pixi.toml and fix some small things #5112

fix: add test for rattler-build recipes from pixi.toml and fix some small things

fix: add test for rattler-build recipes from pixi.toml and fix some small things #5112

Workflow file for this run

name: Lint Pull Requests
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
check-title:
runs-on: ubuntu-latest
steps:
- name: Check PR title
uses: amannn/action-semantic-pull-request@v5
id: check_pr_title
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}