Sha256: 09efd1b01e88d479101f1a0811f3f87869d7dcce9a5788fe7e12638f9da4d03f

Contents?: true

Size: 664 Bytes

Versions: 2

Compression:

Stored size: 664 Bytes

Contents

name: validate-pubnub-yml

# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on: [push]

jobs:
  build:
    name: Validate PubNub yml
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Use Node.js
        uses: actions/setup-node@v1
        with:
          node-version: '12.x'
      - name: Install dependencies
        run: |
          npm install ajv@6.12.6
          npm install yaml@1.10.0
          npm install node-fetch@2.6.1
          npm install chalk@2.4.2
      - name: Validate
        run: GITHUB_TOKEN=${{ secrets.GH_TOKEN }} node ./.github/workflows/validate-yml.js

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pubnub-5.1.2 .github/workflows/validate-pubnub-yml.yml
pubnub-5.1.1 .github/workflows/validate-pubnub-yml.yml