Skip to content

Add test to make sure WaveMatrix is not allowed in shader model 6.7 and 6.8 #1102

Add test to make sure WaveMatrix is not allowed in shader model 6.7 and 6.8

Add test to make sure WaveMatrix is not allowed in shader model 6.7 and 6.8 #1102

name: 'PR description checker'
on:
pull_request:
types:
- opened
- edited
- reopened
- labeled
- unlabeled
jobs:
check-pr-description:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jadrol/[email protected]
id: description-checker
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}