Skip to content

ci: raise an error if integration folder name contains hyphens #1

ci: raise an error if integration folder name contains hyphens

ci: raise an error if integration folder name contains hyphens #1

name: Core / Labeler
on:
- pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Ensure no hyphens
run: |
find . -name "*-*" -type d -maxdepth 2 | grep integrations