mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Remove space
This commit is contained in:
parent
94f9484aea
commit
a5688c2eae
4
.github/workflows/analyze.yml
vendored
4
.github/workflows/analyze.yml
vendored
@ -2,10 +2,6 @@ name: Analyze
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
decomplint-isle:
|
||||
name: ${{ matrix.who }} annotations
|
||||
|
||||
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -2,10 +2,6 @@ name: Build
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
fetch-deps:
|
||||
name: Download original binaries
|
||||
|
||||
2
.github/workflows/compare.yml
vendored
2
.github/workflows/compare.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
# Calculate instance number based on matrix inputs
|
||||
INSTANCE = $((${{ matrix.high }} << 4 | ${{ matrix.low }}))
|
||||
INSTANCE=$((${{ matrix.high }} << 4 | ${{ matrix.low }}))
|
||||
|
||||
# Get the first 8 characters of the SHA (enough for a decent seed)
|
||||
SHA_PREFIX=$(echo "${{ github.sha }}" | cut -c 1-8)
|
||||
|
||||
4
.github/workflows/format.yml
vendored
4
.github/workflows/format.yml
vendored
@ -2,10 +2,6 @@ name: Format
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
clang-format:
|
||||
name: C++
|
||||
|
||||
4
.github/workflows/naming.yml
vendored
4
.github/workflows/naming.yml
vendored
@ -2,10 +2,6 @@ name: Naming
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
ncc:
|
||||
name: C++
|
||||
|
||||
Loading…
Reference in New Issue
Block a user