Skip to content

Bump nokogiri from 1.14.3 to 1.16.3 #150

Bump nokogiri from 1.14.3 to 1.16.3

Bump nokogiri from 1.14.3 to 1.16.3 #150

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Setup System
run: |
sudo apt-get update
- name: StandardRB Linter
uses: andrewmcodes/standardrb-action@v0.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: erb linting
run: |
gem install erb_lint
erblint views/*