Skip to content

Downgrade Ruby from 3.3.5 to 3.2.5 #57

Downgrade Ruby from 3.3.5 to 3.2.5

Downgrade Ruby from 3.3.5 to 3.2.5 #57

Workflow file for this run

---
name: Lint with StandardRB
on: [push]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
checks: write
steps:
- uses: actions/checkout@v4
- name: StandardRB Linter
uses: testdouble/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
ruby-version: "3.2.5"
autofix: false