Sha256: f77a92df97aa8d0470f223a655dbf93ddd53cc4354ce5dc3245469f352857e49

Contents?: true

Size: 499 Bytes

Versions: 5

Compression:

Stored size: 499 Bytes

Contents

name: Check Actions

on:
  push:
    branches:
      - main
    paths:
      - '.github/workflows/**.yml'
  pull_request:
    paths:
      - '.github/workflows/**.yml'

jobs:
  lint:
    runs-on: ubuntu-latest
    defaults:
      run:
        shell: bash
    steps:
      - uses: actions/checkout@v4

      - name: Install and Run Actionlint
        run: |
          bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
          ./actionlint -color

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
net-http-structured_field_values-0.3.1 .github/workflows/check-actions.yml
net-http-structured_field_values-0.3.0 .github/workflows/check-actions.yml
net-http-structured_field_values-0.2.0 .github/workflows/check-actions.yml
net-http-structured_field_values-0.1.2 .github/workflows/check-actions.yml
net-http-structured_field_values-0.1.1 .github/workflows/check-actions.yml