Sha256: 7b4b895d09b6d76a24c8e4cc3f6f0ccf4e91678ae94d03473484c7d4b4548d18
Contents?: true
Size: 1015 Bytes
Versions: 2
Compression:
Stored size: 1015 Bytes
Contents
name: Validations on: [push] jobs: pubnub-yml: name: "Validate .pubnub.yml" runs-on: group: organization/Default steps: - name: Checkout project uses: actions/checkout@v4 - name: Checkout validator action uses: actions/checkout@v4 with: repository: pubnub/client-engineering-deployment-tools ref: v1 token: ${{ secrets.GH_TOKEN }} path: .github/.release/actions - name: "Run '.pubnub.yml' file validation" uses: ./.github/.release/actions/actions/validators/pubnub-yml with: token: ${{ secrets.GH_TOKEN }} - name: Cancel workflow runs for commit on error if: failure() uses: ./.github/.release/actions/actions/utils/fast-jobs-failure all-validations: name: Validations needs: [pubnub-yml] runs-on: group: organization/Default steps: - name: Validations summary run: echo -e "\033[38;2;95;215;0m\033[1mAll validations passed"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pubnub-5.5.0 | .github/workflows/run-validations.yml |
pubnub-5.4.0 | .github/workflows/run-validations.yml |