Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Add vulns commands to the main readme #121

Add vulns commands to the main readme

Add vulns commands to the main readme #121

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
permissions:
contents: read
strategy:
matrix:
ruby:
- '3.4'
- '4.0'
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: Set up Ruby
uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # v1.278.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake