Skip to content

Commit

Permalink
Merge 1b87751 into 9e82c86
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix authored Dec 17, 2022
2 parents 9e82c86 + 1b87751 commit 80c6c66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/awesome-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@ jobs:
ASESOME_BOT_OPTION: --allow-redirect --allow-ssl --allow-dupe -t 60
steps:
- uses: actions/checkout@v3
- name: Create Gemfile
run: |
{
echo 'source "http://rubygems.org"'
echo "gem 'awesome_bot'"
} > Gemfile
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: install
run: gem install awesome_bot
ruby-version: 3.1
bundler-cache: true
- name: check
run: |
# shellcheck disable=SC2086
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gtest-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
- '*.yaml'
- '.circleci/**'
- '.semaphore/**'
- '.github/**'
- '!.github/workflows/gtest-compat.yml'
push:
branches:
- master
Expand Down

0 comments on commit 80c6c66

Please sign in to comment.