Skip to content

Bump roots/issue-closer-action from 1.1 to 1.2 (#166) #296

Bump roots/issue-closer-action from 1.1 to 1.2 (#166)

Bump roots/issue-closer-action from 1.1 to 1.2 (#166) #296

Workflow file for this run

name: coverage
on: [push, pull_request]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Ruby 3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
- name: Build and test with Rake
run: |
bundle install
bundle exec rake
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2.3.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}