Skip to content

#1057: Added language_definitions.json for standard SLC + exaslct 1.1.0 + poetry lock #52

#1057: Added language_definitions.json for standard SLC + exaslct 1.1.0 + poetry lock

#1057: Added language_definitions.json for standard SLC + exaslct 1.1.0 + poetry lock #52

Workflow file for this run

name: Validate PR
on:
pull_request:
jobs:
validate-pr:
runs-on: ubuntu-24.04
steps:
- name: Check master
if: ${{github.base_ref == 'master' && github.head_ref != 'develop'}}
run: Target=${{github.base_ref}} Source=${{github.head_ref}}. echo You must not merge directly to master. Instead merge to 'develop' first. && exit 1