Skip to content

chore(ZCH-127): change_detection for django, dotnet, node, python, sp… #206

chore(ZCH-127): change_detection for django, dotnet, node, python, sp…

chore(ZCH-127): change_detection for django, dotnet, node, python, sp… #206

Workflow file for this run

name: Pull request workflow
on:
pull_request:
branches: ['main']
workflow_dispatch:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
lint-pr:
name: Lint PR
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}