Sha256: 9f69eb707ac6ea21cdcd83c3ca0c148b9f3dafc85c0d344c79a22b2a2e60529f

Contents?: true

Size: 934 Bytes

Versions: 6

Compression:

Stored size: 934 Bytes

Contents

name: Linter
on: [pull_request]

jobs:
  ruby-lint:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v1
    - name: Rubocop Linter
      uses: andrewmcodes/rubocop-linter-action@v2.0.0
      with:
        additional_gems: 'rubocop-performance'
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

  js-lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - name: eslint
        uses: reviewdog/action-eslint@v1.9.0
        with:
          github_token: ${{ secrets.github_token }}
          reporter: github-pr-check
          eslint_flags: 'dist/**/* webpack.config.js'

  css-lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - name: stylelint
        uses: reviewdog/action-stylelint@v1.7.0
        with:
          github_token: ${{ secrets.github_token }}
          reporter: github-pr-check
          stylelint_input: 'dist/**/*.scss'

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
op_connect-0.1.2 vendor/bundle/ruby/3.1.0/gems/simplecov-tailwindcss-1.0.2/.github/workflows/lints.yml
simplecov-tailwindcss-1.0.2 .github/workflows/lints.yml
simplecov-tailwindcss-1.0.1 .github/workflows/lints.yml
simplecov-tailwindcss-1.0.0 .github/workflows/lints.yml
simplecov-tailwindcss-0.1.0 .github/workflows/lints.yml
simplecov-material-1.0.0 .github/workflows/lints.yml