Skip to content

Switch to storing AST nodes on the stack for more accurate method signature check and easy access to parent nodes #299

Switch to storing AST nodes on the stack for more accurate method signature check and easy access to parent nodes

Switch to storing AST nodes on the stack for more accurate method signature check and easy access to parent nodes #299

Workflow file for this run

name: Labels
on:
pull_request:
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize
env:
LABELS: ${{ join( github.event.pull_request.labels.*.name, ' ' ) }}
jobs:
check-type-label:
name: ensure type label
runs-on: ubuntu-latest
steps:
- if: "contains( env.LABELS, 'type: ' ) == false"
run: exit 1