Skip to content

Merge pull request #222 from vil02/remove_trailing_spaces_from_ymls #694

Merge pull request #222 from vil02/remove_trailing_spaces_from_ymls

Merge pull request #222 from vil02/remove_trailing_spaces_from_ymls #694

Workflow file for this run

name: Build/test code
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
- name: Run tests
run: rake test