Ruby gem for ingesting ATProto repo data from a Tap service (extension of Skyfall gem)
1name: Ruby
2
3on:
4 push:
5 branches:
6 - master
7
8 pull_request:
9
10jobs:
11 build:
12 runs-on: ubuntu-latest
13 name: Ruby ${{ matrix.ruby }}
14 strategy:
15 matrix:
16 ruby:
17 - '3.2'
18 - '3.3'
19 - '3.4'
20
21 steps:
22 - uses: actions/checkout@v4
23 with:
24 persist-credentials: false
25 - name: Set up Ruby
26 uses: ruby/setup-ruby@v1
27 with:
28 ruby-version: ${{ matrix.ruby }}
29 bundler-cache: true
30 - name: Run the default task
31 run: bundle exec rake