Sha256: c6ec0af3df66485554416a15bdd38aae2e0892e3b8b13e2dc36f4eec7d0850b3

Contents?: true

Size: 702 Bytes

Versions: 18

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: [12]
    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

18 entries across 18 versions & 1 rubygems

Version Path
foreman_remote_execution-12.0.7 .github/workflows/js_ci.yml
foreman_remote_execution-10.1.3 .github/workflows/js_ci.yml
foreman_remote_execution-12.0.5 .github/workflows/js_ci.yml
foreman_remote_execution-12.0.4 .github/workflows/js_ci.yml
foreman_remote_execution-12.0.1 .github/workflows/js_ci.yml
foreman_remote_execution-12.0.2 .github/workflows/js_ci.yml
foreman_remote_execution-11.1.3 .github/workflows/js_ci.yml
foreman_remote_execution-10.1.2 .github/workflows/js_ci.yml
foreman_remote_execution-12.0.0 .github/workflows/js_ci.yml
foreman_remote_execution-10.1.1 .github/workflows/js_ci.yml
foreman_remote_execution-11.1.1 .github/workflows/js_ci.yml
foreman_remote_execution-11.1.0 .github/workflows/js_ci.yml
foreman_remote_execution-10.1.0 .github/workflows/js_ci.yml
foreman_remote_execution-11.0.0 .github/workflows/js_ci.yml
foreman_remote_execution-10.0.7 .github/workflows/js_ci.yml
foreman_remote_execution-10.0.6 .github/workflows/js_ci.yml
foreman_remote_execution-10.0.5 .github/workflows/js_ci.yml
foreman_remote_execution-10.0.4 .github/workflows/js_ci.yml