File tree Expand file tree Collapse file tree 3 files changed +25
-25
lines changed Expand file tree Collapse file tree 3 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 11name : Linter
22on : [push]
33
4- # jobs:
5- # linters:
6- # name: Linters
7- # runs-on: ubuntu-latest
8- # steps:
9- # - name: Checkout code
10- # uses: actions/checkout@v2
4+ jobs :
5+ # linters:
6+ # name: Linters
7+ # runs-on: ubuntu-latest
8+ # steps:
9+ # - name: Checkout code
10+ # uses: actions/checkout@v2
1111
12- # - name: Setup Ruby
13- # uses: ruby/setup-ruby@v1
14- # - name: Ruby gem cache
15- # uses: actions/cache@v1
16- # with:
17- # path: vendor/bundle
18- # key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
19- # restore-keys: |
20- # ${{ runner.os }}-gems-
21- # - name: Install gems
22- # run: |
23- # bundle config path vendor/bundle
24- # bundle install --jobs 4 --retry 3
12+ # - name: Setup Ruby
13+ # uses: ruby/setup-ruby@v1
14+ # - name: Ruby gem cache
15+ # uses: actions/cache@v1
16+ # with:
17+ # path: vendor/bundle
18+ # key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
19+ # restore-keys: |
20+ # ${{ runner.os }}-gems-
21+ # - name: Install gems
22+ # run: |
23+ # bundle config path vendor/bundle
24+ # bundle install --jobs 4 --retry 3
2525
26- # - name: Run linters
27- # run: |
28- # bin/rubocop --parallel
26+ # - name: Run linters
27+ # run: |
28+ # bin/rubocop --parallel
Original file line number Diff line number Diff line change 1313
1414 runs-on : ubuntu-latest
1515 env :
16- FERRUM_PROCESS_TIMEOUT : 10
16+ FERRUM_PROCESS_TIMEOUT : 20
1717 BUNDLE_GEMFILE : .github/gemfiles/${{ matrix.gemfile }}.gemfile
1818 steps :
1919 - name : Checkout code
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2018-2020 Dmitry Vorotilin
3+ Copyright (c) 2018-2021 Dmitry Vorotilin
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments