Skip to content

style: update standard gem and fix all new formatting errors #13

style: update standard gem and fix all new formatting errors

style: update standard gem and fix all new formatting errors #13

Workflow file for this run

name: StandardRB
on:
pull_request:
push:
branches: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: andrewmcodes/actions/setup-ruby@main
- name: 🔍 Standard
uses: andrewmcodes/actions/standard@main