Skip to content

updated rexml version #345

updated rexml version

updated rexml version #345

Workflow file for this run

name: Lint
on: [push]
jobs:
erblint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run ERB-lint
run: bundle exec erblint --lint-all
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Rubocop
run: bundle exec rubocop -ED