Skip to content

Trying again...

Trying again... #4

Workflow file for this run

name: HLSL Tests - macOS
permissions:
contents: read
checks: write
on:
workflow_dispatch:
pull_request:
branches:
- main
paths:
- llvm/**/DirectX/**
- .github/workflows/hlsl-macos.yaml
- .github/workflows/hlsl/*
- clang/*HLSL*/**/*
- clang/**/*HLSL*
- llvm/**/Frontend/HLSL/**/*
jobs:
HLSL-macOS:
uses: ./.github/workflows/hlsl/hlsl-all.yaml

Check failure on line 22 in .github/workflows/hlsl-macos.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/hlsl-macos.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
OS: macOS
SKU: hlsl-metal
TestTarget: check-hlsl-clang-mtl
LLVM-branch: ${{ github.ref }}