Skip to content

Commit

Permalink
chore: attempt to init tapioca
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 8, 2023
1 parent cfe0909 commit 587b16d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/sorbet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Sorbet

on:
push:

jobs:
sqlite:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- run: "bundle install"
- name: Sorbet
run: "bundle exec tapioca init"
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@ gem "rake", "~>12.3.3"
gem "sqlite3", "~>1.3"
gem "conventional-changelog", "~>1.3"
gem "bump", "~> 0.5"
gem "sorbet-runtime", "~> 0.5" # keep in sync with sorbet

group :development do
gem "pry-byebug"
gem "rubocop", "~>1.1"
gem "rubocop-performance", "~> 1.11"
gem "sequel-annotate", "~>1.3"
gem "yard", "~> 0.9"
gem "sorbet", "~> 0.5" # keep in sync with sorbet-runtime
gem "tapioca", "~> 0.11", require: false
end

group :test do
Expand Down

0 comments on commit 587b16d

Please sign in to comment.