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 1
1
name : Linter
2
2
on : [push]
3
3
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
11
11
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
25
25
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 13
13
14
14
runs-on : ubuntu-latest
15
15
env :
16
- FERRUM_PROCESS_TIMEOUT : 10
16
+ FERRUM_PROCESS_TIMEOUT : 20
17
17
BUNDLE_GEMFILE : .github/gemfiles/${{ matrix.gemfile }}.gemfile
18
18
steps :
19
19
- name : Checkout code
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2018-2020 Dmitry Vorotilin
3
+ Copyright (c) 2018-2021 Dmitry Vorotilin
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments