Skip to content

Commit

Permalink
chore: just add spaces [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
shyouhei committed Jul 4, 2023
1 parent 8ba5437 commit b0977e4
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/annocheck.yml
Expand Up @@ -52,7 +52,7 @@ jobs:
--without-gmp
CONFIGURE_TTY: never
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
RUBY_DEBUG: ci rgengc
RUBY_TESTOPTS: >-
-q
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
with:
category: '/language:${{matrix.language}}'
category: '/language:${{ matrix.language }}'
upload: False
output: sarif-results

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compilers.yml
Expand Up @@ -53,7 +53,7 @@ env:
--without-gmp
CONFIGURE_TTY: never
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
RUBY_DEBUG: ci rgengc
RUBY_TESTOPTS: >-
-q
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependabot_automerge.yml
Expand Up @@ -19,8 +19,8 @@ jobs:
check-regexp: 'make \(check, .*\)'
wait-interval: 30
- name: Auto-merge for Dependabot PRs
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
- macos-12
fail-fast: false
env:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
runs-on: ${{ matrix.os }}
if: ${{ !contains(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/mingw.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
CXXFLAGS: '-march=x86-64 -mtune=generic -O3 -pipe'
CPPFLAGS: '-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -DFD_SETSIZE=2048'
LDFLAGS: '-pipe'
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
strategy:
matrix:
include:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
env:
GNUMAKEFLAGS: ''
RUBY_TESTOPTS: '-v --tty=no'
if: ${{matrix.test_task == 'check' || matrix.test_task == 'test'}}
if: ${{ matrix.test_task == 'check' || matrix.test_task == 'test' }}

- name: test-all
timeout-minutes: 45
Expand All @@ -130,13 +130,13 @@ jobs:
--retry --job-status=normal --show-skip --timeout-scale=1.5
${{ matrix.test-all-opts }}
BUNDLER_VERSION:
if: ${{matrix.test_task == 'check' || matrix.test_task == 'test-all' || StartsWith(matrix.test_task, 'test/')}}
if: ${{ matrix.test_task == 'check' || matrix.test_task == 'test-all' || StartsWith(matrix.test_task, 'test/') }}

- name: test-spec
timeout-minutes: 10
run: |
make ${{ StartsWith(matrix.test_task, 'spec/') && matrix.test_task || 'test-spec' }}
if: ${{matrix.test_task == 'check' || matrix.test_task == 'test-spec' || StartsWith(matrix.test_task, 'spec/')}}
if: ${{ matrix.test_task == 'check' || matrix.test_task == 'test-spec' || StartsWith(matrix.test_task, 'spec/') }}

- uses: ./src/.github/actions/slack
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rjit.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
arch: ['']
fail-fast: false
env:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
RUBY_DEBUG: ci
SETARCH: ${{ matrix.arch && format('setarch {0}', matrix.arch) }}
runs-on: ubuntu-22.04
Expand All @@ -60,7 +60,7 @@ jobs:
makeup: true
- name: Run configure
env:
arch: ${{matrix.arch}}
arch: ${{ matrix.arch }}
run: >-
$SETARCH ../src/configure -C --disable-install-doc cppflags=-DRUBY_DEBUG
${arch:+--target=$arch-$OSTYPE --host=$arch-$OSTYPE}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
- test_task: test-bundled-gems
fail-fast: false
env:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
RUBY_DEBUG: ci
runs-on: ubuntu-20.04
if: ${{ !contains(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
Expand All @@ -60,16 +60,16 @@ jobs:
sparse-checkout: /.github
- uses: ./.github/actions/setup/ubuntu
with:
arch: ${{matrix.arch}}
arch: ${{ matrix.arch }}
- uses: ./.github/actions/setup/directories
with:
srcdir: src
builddir: build
makeup: true
- name: Run configure
env:
arch: ${{matrix.arch}}
configure: ${{matrix.configure}}
arch: ${{ matrix.arch }}
configure: ${{ matrix.configure }}
run: >-
$SETARCH ../src/configure -C --disable-install-doc ${configure:-cppflags=-DRUBY_DEBUG}
${arch:+--target=$arch-$OSTYPE --host=$arch-$OSTYPE}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
env:
RUBY_TESTOPTS: '-q --tty=no'
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
WASI_SDK_VERSION_MAJOR: 14
WASI_SDK_VERSION_MINOR: 0
BINARYEN_VERSION: 109
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
name: VisualStudio ${{ matrix.vs }}
env:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
PATCH: C:\msys64\usr\bin\patch.exe
OS_VER: windows-${{ matrix.vs < 2022 && '2019' || matrix.vs }}
# FIXME: This is a workaround for the vcpkg's issue present as of openssl 3.1.1
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
timeout-minutes: 10
- run: nmake test-all
env:
RUBY_TESTOPTS: -j${{env.TEST_JOBS}} --job-status=normal
RUBY_TESTOPTS: -j${{ env.TEST_JOBS }} --job-status=normal
timeout-minutes: 60
- uses: ./.github/actions/slack
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yjit-ubuntu.yml
Expand Up @@ -88,7 +88,7 @@ jobs:
configure: '--enable-yjit=dev'
yjit_bench_opts: '--yjit-stats'
env:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
RUN_OPTS: ${{ matrix.yjit_opts }}
YJIT_BENCH_OPTS: ${{ matrix.yjit_bench_opts }}
RUBY_DEBUG: ci
Expand Down

0 comments on commit b0977e4

Please sign in to comment.