diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 09:51:41 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-31 14:38:21 +0300 |
commit | 1e0e7a43c9d7c8bf7ac1489fd3d7542827adc608 (patch) | |
tree | ebd2181bdd93e523cab4a460ce256bcc95e2c0c9 | |
parent | bump dependencies (diff) | |
download | jekyll-theme-1e0e7a43c9d7c8bf7ac1489fd3d7542827adc608.tar.gz jekyll-theme-1e0e7a43c9d7c8bf7ac1489fd3d7542827adc608.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 4714bd1..57266f1 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -7,13 +7,13 @@ on: jobs: build: - runs-on: ubuntu-18.04 strategy: matrix: version: [Gemfile, latest] include: - {version: Gemfile, gemfile: Gemfile} - {version: latest, gemfile: .ci/Gemfile} + runs-on: ubuntu-18.04 name: 'Build / ${{ matrix.version }}' env: BUNDLE_GEMFILE: '${{ matrix.gemfile }}' |