Sha256: c4327beaa4f9e7e078899b842a30ef2ceca6f1dc1a54765193200088224e3e92

Contents?: true

Size: 355 Bytes

Versions: 8

Compression:

Stored size: 355 Bytes

Contents

name: Shellcheck

on:
  # Trigger the workflow on push or pull requests.
  push:
  pull_request:

jobs:
  test:
    runs-on: ubuntu-22.04

    steps:
    - name: Checkout source
      uses: actions/checkout@v4

    - name: Display shellcheck version
      run: shellcheck --version

    - name: Shellcheck execution
      run: shellcheck test/runtest*.sh

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
uringmachine-0.5.1 vendor/liburing/.github/workflows/shellcheck.yml
uringmachine-0.5 vendor/liburing/.github/workflows/shellcheck.yml
uringmachine-0.4 vendor/liburing/.github/workflows/shellcheck.yml
uringmachine-0.3 vendor/liburing/.github/workflows/shellcheck.yml
uringmachine-0.2 vendor/liburing/.github/workflows/shellcheck.yml
uringmachine-0.1 vendor/liburing/.github/workflows/shellcheck.yml
iou-0.2 vendor/liburing/.github/workflows/shellcheck.yml
iou-0.1 vendor/liburing/.github/workflows/shellcheck.yml