aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:23:32 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:23:32 +0300
commit4f07b4cbb33d7fc99b11323714c421ce58cde5b0 (patch)
treefe5cb81eeddc9b650a6ea3f00aef685fa5e78c11 /.github
parentbump dependencies (diff)
downloadsorting-algorithms-4f07b4cbb33d7fc99b11323714c421ce58cde5b0.tar.gz
sorting-algorithms-4f07b4cbb33d7fc99b11323714c421ce58cde5b0.zip
workflows/jekyll: linting
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/jekyll.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
index 7096967..ed110de 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.yml
@@ -10,7 +10,6 @@ on:
jobs:
build:
- runs-on: ubuntu-18.04
strategy:
matrix:
ruby-version: [2.5, 2.6]
@@ -18,6 +17,7 @@ jobs:
include:
- {version: Gemfile, gemfile: Gemfile}
- {version: latest, gemfile: .ci/Gemfile}
+ runs-on: ubuntu-18.04
name: 'Build / ${{ matrix.ruby-version }} / ${{ matrix.version }}'
env:
BUNDLE_GEMFILE: '${{ matrix.gemfile }}'