Skip to content

feat: NEM12 headers and exporting #5

feat: NEM12 headers and exporting

feat: NEM12 headers and exporting #5

Workflow file for this run

---
name: Tests
on:
pull_request:
push:
tags-ignore:
- '*'
paths-ignore:
- '*.md'
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.2', 'head']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rspec