Skip to content

Bump step-security/harden-runner from 2.13.2 to 2.13.3 #54

Bump step-security/harden-runner from 2.13.2 to 2.13.3

Bump step-security/harden-runner from 2.13.2 to 2.13.3 #54

Workflow file for this run

name: sig
on: [push, pull_request]
jobs:
sig:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ruby
- name: Install dependencies
run: |
bundle config set with 'sig'
bundle install
- name: Run RBS test, annotate and confirm
run: bundle exec rake rbs:{test,annotate,confirm}