Sha256: 0b97796a74df8022a56575c64d5059d8d12c0082441685eaff06985505bb565c

Contents?: true

Size: 702 Bytes

Versions: 12

Compression:

Stored size: 702 Bytes

Contents

name: JS
on:
  pull_request:
    paths:
      - 'webpack/**'
      - 'package.json'
      - '.github/workflows/js_ci.yml'
jobs:
  test_js:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        node-version: [14]
    steps:
      - uses: actions/checkout@v2
      - name: Setup Node
        uses: actions/setup-node@v1
        with:
          node-version:  ${{ matrix.node-version }}
      - name: Npm install
        run: |
          npm install
      - name: Run plugin linter
        run: |
          npm run lint
      - name: Run custom plugin linter
        run: |
          npm run lint:custom
      - name: Run plugin tests
        run: |
          npm run test

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
foreman_remote_execution-13.2.7 .github/workflows/js_ci.yml
foreman_remote_execution-14.0.2 .github/workflows/js_ci.yml
foreman_remote_execution-14.0.1 .github/workflows/js_ci.yml
foreman_remote_execution-13.2.6 .github/workflows/js_ci.yml
foreman_remote_execution-14.0.0 .github/workflows/js_ci.yml
foreman_remote_execution-13.2.5 .github/workflows/js_ci.yml
foreman_remote_execution-13.2.4 .github/workflows/js_ci.yml
foreman_remote_execution-13.2.3 .github/workflows/js_ci.yml
foreman_remote_execution-13.2.2 .github/workflows/js_ci.yml
foreman_remote_execution-13.2.1 .github/workflows/js_ci.yml
foreman_remote_execution-13.2.0 .github/workflows/js_ci.yml
foreman_remote_execution-13.0.0 .github/workflows/js_ci.yml