summaryrefslogtreecommitdiff
path: root/.github/workflows/release.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/release.yml
parent44dc5ea202ac43cd4f18c268e95143c2a23f5d26 (diff)
format yaml and json (#5428)
* format yaml and json * format shell scripts
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml31
1 files changed, 15 insertions, 16 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0f2375f44..60e4de06f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -7,12 +7,12 @@ on:
branches:
- master
paths-ignore:
- - 'docs/**'
- - 'LICENCE'
- - 'CONTRIBUTION.md'
- - 'README.md'
+ - "docs/**"
+ - "LICENCE"
+ - "CONTRIBUTION.md"
+ - "README.md"
tags:
- - 'v*'
+ - "v*"
jobs:
release:
@@ -23,14 +23,14 @@ jobs:
platform: [x86_64, aarch64]
test-category: [smoke]
include:
- - {os: linux, runs-on: ubuntu-20.04, compiler: gcc}
- - {os: windows, runs-on: windows-latest, compiler: cl}
- - {os: macos, runs-on: macos-latest, compiler: clang}
-
- - {build-slang-llvm: false}
- - {os: linux, platform: x86_64, build-slang-llvm: true}
- - {os: windows, platform: x86_64, build-slang-llvm: true}
- - {os: macos, platform: aarch64, build-slang-llvm: true}
+ - { os: linux, runs-on: ubuntu-20.04, compiler: gcc }
+ - { os: windows, runs-on: windows-latest, compiler: cl }
+ - { os: macos, runs-on: macos-latest, compiler: clang }
+
+ - { build-slang-llvm: false }
+ - { os: linux, platform: x86_64, build-slang-llvm: true }
+ - { os: windows, platform: x86_64, build-slang-llvm: true }
+ - { os: macos, platform: aarch64, build-slang-llvm: true }
fail-fast: false
runs-on: ${{ matrix.runs-on }}
container: ${{ matrix.image || '' }}
@@ -42,8 +42,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
- submodules: 'recursive'
- fetch-depth: '0'
+ submodules: "recursive"
+ fetch-depth: "0"
- name: Setup
uses: ./.github/actions/common-setup
with:
@@ -211,4 +211,3 @@ jobs:
& ".\build_reference.ps1"
env:
GITHUB_TOKEN: ${{ secrets.UPDATE_STDLIB_REFERENCE_PAT }}
-