use in-house action to publish gem (#47) #27
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 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 |