Skip to content

fix(npm/autodiscovery): add default autodiscovery groupby value #12

fix(npm/autodiscovery): add default autodiscovery groupby value

fix(npm/autodiscovery): add default autodiscovery groupby value #12

Workflow file for this run

name: Validate Policies
on:
workflow_dispatch:
pull_request:
push:
schedule:
# * is a special character in YAML so you have to quote this string
# Run at 12:00 on Friday.”
- cron: '0 12 * * 5'
jobs:
validate:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Validate
run: make test
- name: e2e tests
run: make e2e-test