Skip to content

Update rubocop requirement from ~> 1.80.2 to ~> 1.81.0 #93

Update rubocop requirement from ~> 1.80.2 to ~> 1.81.0

Update rubocop requirement from ~> 1.80.2 to ~> 1.81.0 #93

Workflow file for this run

---
name: coverage
on: [push, pull_request]
env:
COVERAGE: 1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
bundler-cache: true
- run: |
bundle exec rake test spinach
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}