Skip to content

style: remove trailing spaces from update_directory_md.yml #692

style: remove trailing spaces from update_directory_md.yml

style: remove trailing spaces from update_directory_md.yml #692

Workflow file for this run

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