Skip to content

test custom_lint

test custom_lint #14

Workflow file for this run

name: test
on: [push]
jobs:
test:
name: Run spec
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.5
bundler-cache: true
- name: Run spec
run: |
bundle exec rspec spec