Skip to content

Create async matcher #4

Create async matcher

Create async matcher #4

Workflow file for this run

name: Lint Docs
on:
push:
branches:
- main
pull_request:
jobs:
rubocop:
name: "rubocop:md"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Lint docs with RuboCop
run: |
bundle exec rake rubocop:md