diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:23:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:23:32 +0300 |
commit | 4f07b4cbb33d7fc99b11323714c421ce58cde5b0 (patch) | |
tree | fe5cb81eeddc9b650a6ea3f00aef685fa5e78c11 | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-4f07b4cbb33d7fc99b11323714c421ce58cde5b0.tar.gz sorting-algorithms-4f07b4cbb33d7fc99b11323714c421ce58cde5b0.zip |
workflows/jekyll: linting
-rw-r--r-- | .github/workflows/jekyll.yml | 2 |
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 }}' |