Skip to content

docs: fix typo spelling grammar #3

docs: fix typo spelling grammar

docs: fix typo spelling grammar #3

Workflow file for this run

name: rubytest
on: [push, pull_request]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@master
with:
ruby-version: '3.0'
- name: jalankan testing
run: rake test