Skip to content

fix: Small post-General interest cleanup #24

fix: Small post-General interest cleanup

fix: Small post-General interest cleanup #24

Workflow file for this run

name: CodeQL Analysis
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
ruby:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ruby
build-mode: none
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:ruby"