Skip to content

Merge pull request #6 from hellostealth/stealth-3.0 #16

Merge pull request #6 from hellostealth/stealth-3.0

Merge pull request #6 from hellostealth/stealth-3.0 #16

Workflow file for this run

name: CI
on:
push:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true