Sha256: 3e63527269c1c0e2cb0a2217be374acdbf7b1f499ab112735e206889e8dd389a

Contents?: true

Size: 660 Bytes

Versions: 7

Compression:

Stored size: 660 Bytes

Contents

name: Lint
on:
  push:
    branches: [main]
  pull_request:
    branches: [main]

jobs:
  overcommit:
    timeout-minutes: 10
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2

      - name: Set up Ruby
        uses: ruby/setup-ruby@v1.97.0
        with:
          ruby-version: 2.7

      - name: Install dependencies
        run: bundle install

      - name: Prepare environment
        run: |
          git config --local user.email "gh-actions@example.com"
          git config --local user.name "GitHub Actions"
          bundle exec overcommit --sign

      - name: Run pre-commit checks
        run: bundle exec overcommit --run

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mock_redis-0.36.0 .github/workflows/lint.yml
mock_redis-0.35.0 .github/workflows/lint.yml
mock_redis-0.34.0 .github/workflows/lint.yml
mock_redis-0.33.0 .github/workflows/lint.yml
mock_redis-0.32.0 .github/workflows/lint.yml
mock_redis-0.31.0 .github/workflows/lint.yml
mock_redis-0.30.0 .github/workflows/lint.yml