Skip to content

Update persistent toast to use en.yml #495

Update persistent toast to use en.yml

Update persistent toast to use en.yml #495

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/standard-ruby-action@v1.5.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}