Sha256: 7074d53fd6915633d2fbadfff5f366931020d01b58966586a7114670405cb615

Contents?: true

Size: 315 Bytes

Versions: 4

Compression:

Stored size: 315 Bytes

Contents

name: commitlint
on:
  - pull_request

jobs:
  lint:
    runs-on: ubuntu-latest
    env:
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
    steps:
      - uses: actions/checkout@v2
        with:
          fetch-depth: 0
      - uses: wagoid/commitlint-github-action@v1
        with:
          failOnWarnings: true

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chambermaid-1.0.1 .github/workflows/commitlint.yml
chambermaid-1.0.0 .github/workflows/commitlint.yml
chambermaid-0.5.5 .github/workflows/commitlint.yml
chambermaid-0.5.4 .github/workflows/commitlint.yml