summaryrefslogtreecommitdiff
path: root/.github/workflows/benchmark.yml
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-10-30 13:45:53 +0800
committerGitHub <noreply@github.com>2024-10-30 13:45:53 +0800
commit22d1e345037eea853e54b84af718340cb9776513 (patch)
treee63754ab1e7c7f6c95d75ff5bc785b9afdbd54b4 /.github/workflows/benchmark.yml
parent44dc5ea202ac43cd4f18c268e95143c2a23f5d26 (diff)
format yaml and json (#5428)
* format yaml and json * format shell scripts
Diffstat (limited to '.github/workflows/benchmark.yml')
-rw-r--r--.github/workflows/benchmark.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index eb90492f3..245667b46 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -4,17 +4,17 @@ on:
push:
branches: [master]
paths-ignore:
- - 'docs/**'
- - 'LICENCE'
- - 'CONTRIBUTION.md'
- - 'README.md'
+ - "docs/**"
+ - "LICENCE"
+ - "CONTRIBUTION.md"
+ - "README.md"
pull_request:
branches: [master]
paths-ignore:
- - 'docs/**'
- - 'LICENCE'
- - 'CONTRIBUTION.md'
- - 'README.md'
+ - "docs/**"
+ - "LICENCE"
+ - "CONTRIBUTION.md"
+ - "README.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
@@ -25,8 +25,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
- submodules: 'recursive'
- fetch-depth: '0'
+ submodules: "recursive"
+ fetch-depth: "0"
- name: Common setup
uses: ./.github/actions/common-setup
with:
@@ -41,8 +41,8 @@ jobs:
cmake --workflow --preset release
- uses: actions/checkout@v3
with:
- repository: 'shader-slang/MDL-SDK'
- path: 'external/MDL-SDK'
+ repository: "shader-slang/MDL-SDK"
+ path: "external/MDL-SDK"
- name: Run benchmark
run: |
cd tools/benchmark