Skip to content

Tighten up check: either "FROM ruby" or "FROM .../ruby" only #550

Tighten up check: either "FROM ruby" or "FROM .../ruby" only

Tighten up check: either "FROM ruby" or "FROM .../ruby" only #550

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: sudo apt install libvips-dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4'
bundler-cache: true
- run: gem install rails
- run: rake test