Lock file maintenance Python dependencies #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2025 Canonical Ltd. | |
# See LICENSE file for licensing details. | |
name: Check pull request | |
on: | |
pull_request: | |
types: | |
- opened | |
- labeled | |
- unlabeled | |
- edited | |
branches: | |
- main | |
jobs: | |
check-pr: | |
name: Check pull request | |
uses: canonical/data-platform-workflows/.github/workflows/[email protected] |