mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
17 lines
332 B
YAML
17 lines
332 B
YAML
name: validation-windows
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- 'tests/out/hlsl/*.hlsl'
|
|
|
|
jobs:
|
|
validate-windows:
|
|
name: HLSL
|
|
runs-on: windows-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Add DirectXShaderCompiler
|
|
uses: napokue/setup-dxc@v1.0.0
|
|
- run: make validate-hlsl
|
|
shell: sh
|