Skip to content

Bump octokit from 9.1.0 to 9.2.0 #129

Bump octokit from 9.1.0 to 9.2.0

Bump octokit from 9.1.0 to 9.2.0 #129

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 }}