Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

add yaml to codeblock (#163) #231

add yaml to codeblock (#163)

add yaml to codeblock (#163) #231

Workflow file for this run

name: StandardRB
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: StandardRB Linter
uses: obl-ong/standardrb-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}