Skip to content

Bump clearance from 2.9.2 to 2.9.3 #265

Bump clearance from 2.9.2 to 2.9.3

Bump clearance from 2.9.2 to 2.9.3 #265

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: standardrb/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}