Skip to content

Make from_path attribute private #78

Make from_path attribute private

Make from_path attribute private #78

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test_lint:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', truffleruby-head]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Test and Lint
run:
bundle exec rake
- name: Push coverage data to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}