Skip to content

fix: remove repo that is 404ing now #4559

fix: remove repo that is 404ing now

fix: remove repo that is 404ing now #4559

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
permissions:
contents: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Ruby
uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d # v1.218.0
with:
bundler-cache: true
- name: Run linters
uses: wearerequired/lint-action@548d8a7c4b04d3553d32ed5b6e91eb171e10e7bb # v2
with:
auto_fix: true
rubocop: true
rubocop_command_prefix: bundle exec