Skip to content

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

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 #1103

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/pr-description-checker-action@v1.0.0
id: description-checker
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}