Skip to content

use in-house action to publish gem #24

use in-house action to publish gem

use in-house action to publish gem #24

Workflow file for this run

name: Linter

Check failure on line 1 in .github/workflows/linter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linter.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: linter
on: [pull_request]
jobs:
linter:
runs-on: ubuntu-latest
# name: Ruby ${{ matrix.ruby }}
# strategy:
# matrix:
# ruby:
# - "3.0.6"
# steps:
# - uses: actions/checkout@v3
# - name: Set up Ruby
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: ${{ matrix.ruby }}
# bundler-cache: true
# - name: Check PR with rubocop
# uses: reviewdog/[email protected]
# with:
# rubocop_version: gemfile
# rubocop_extensions: rubocop-shopify:gemfile
# reporter: github-pr-check
# level: error