OpenSCAP/foreman_openscap

View on GitHub
.github/workflows/js_tests.yml

Summary

Maintainability
Test Coverage
name: JavaScript Testing

on:
  pull_request:
  push:
    branches:
      - 'master'
      - '*-stable'

concurrency:
  group: ${{ github.ref_name }}-${{ github.workflow }}
  cancel-in-progress: true

jobs:
  test:
    name: JavaScript
    uses: theforeman/actions/.github/workflows/foreman_plugin_js.yml@v0
    with:
      plugin: foreman_openscap