Skip to content

Bump eslint-plugin-import from 2.28.1 to 2.29.0 #255

Bump eslint-plugin-import from 2.28.1 to 2.29.0

Bump eslint-plugin-import from 2.28.1 to 2.29.0 #255

Workflow file for this run

name: Build docs/ folder
on: pull_request
jobs:
test:
name: Build docs/ folder
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- run: |
cd docs
gem install bundler --version '~> 1'
bundle install
bundle exec jekyll build
- run: |
git add -A # Make sure new files are accounted
git diff --exit-code --cached # Expect no changes in git