Skip to content

fix: Update testing and linting scripts #35

fix: Update testing and linting scripts

fix: Update testing and linting scripts #35

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: test job templates
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.0'
bundler-cache: true
- run: bundle exec rspec