Skip to content

Add yamllint GitHub action #76

Add yamllint GitHub action

Add yamllint GitHub action #76

Workflow file for this run

---
name: JavaScript Testing
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
pull_request:
paths:
- 'webpack/**'
- 'package.json'
- 'package-lock.json'
- '.github/workflows/js_tests.yml'
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_resource_quota