Sha256: 455f903bdff5f94e7b8f2035ef4e134be37a7a55c4c08428f4d7ac5e8be489cc

Contents?: true

Size: 634 Bytes

Versions: 10

Compression:

Stored size: 634 Bytes

Contents

name: Lint
on:
  - push

jobs:
  style-check:
    name: Style check
    runs-on: ubuntu-20.04
    container:
      image: ruby:3.1
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Bundle
        run: |
          bundle install
      - name: Run Rubocop
        run: |
          bundle exec rubocop -D
  type-check:
    name: Type check
    runs-on: ubuntu-20.04
    container:
      image: ruby:3.1
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Bundle
        run: |
          bundle install
      - name: Run Steep
        run: |
          bundle exec steep check

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
libddwaf-1.14.0.0.0 .github/workflows/lint.yml
libddwaf-1.11.0.0.0 .github/workflows/lint.yml
libddwaf-1.10.0.0.0 .github/workflows/lint.yml
libddwaf-1.9.0.0.1 .github/workflows/lint.yml
libddwaf-1.9.0.0.0 .github/workflows/lint.yml
libddwaf-1.8.2.0.0 .github/workflows/lint.yml
libddwaf-1.7.0.0.0 .github/workflows/lint.yml
libddwaf-1.6.2.0.0 .github/workflows/lint.yml
libddwaf-1.5.1.0.1 .github/workflows/lint.yml
libddwaf-1.5.1.0.0 .github/workflows/lint.yml