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

Github Action

Github Action #1

Workflow file for this run

name: StandardRB
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: StandardRB Linter
uses: andrewmcodes/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}