chore: add tests workflow
Some checks failed
Run tests / test-project (push) Failing after 3s

This commit is contained in:
2025-09-03 12:03:22 +02:00
parent 3317aa6bf9
commit 902b185d96
3 changed files with 26 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
# frozen_string_literal: true
source "https://rubygems.org"
source 'https://rubygems.org'
# gem "rails"
gem 'rubocop', require: false
gem 'minitest', '~> 5.25'
gem 'rake', '~> 13.3'
gem 'rubocop', require: false