Sha256: 78f2734f2ecd0012fabb18cc3e5f12aef0021056e23aa8c1231139a96862b6ec

Contents?: true

Size: 445 Bytes

Versions: 1

Compression:

Stored size: 445 Bytes

Contents

name: Check code style

on:
    pull_request:
        branches: [ base ]
        paths-ignore:
            - 'lib/**'
            - 'spec/**'
            - '.github/workflows/**'

concurrency:
    group: ${{ github.head_ref }}-code-style

jobs:
    code_style:
        runs-on: ubuntu-latest
        strategy:
            matrix:
                ruby-version: [ '3.1', '2.7' ]
        steps:
            - run: 'echo "No syntax check required"'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-shields_io-0.2.0 .github/workflows/code_style-skip.yml