Skip to content

Setup ruby_memcheck #106

Setup ruby_memcheck

Setup ruby_memcheck #106

Workflow file for this run

name: CI
on:
- push
- pull_request
- workflow_dispatch
jobs:
host:

Check failure on line 9 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 9, Col: 3): The workflow must contain at least one job with no dependencies.
needs: ruby-versions
name: Ruby memcheck
runs-on: ubuntu-22.04
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: "3.3"
apt-get: ragel
brew: ragel
- run: |
bundle config --without benchmark
bundle install
- run: rake compile
- run: rake valgrind