Skip to content

fixed some missing requirement, hopefully for the last time right now… #35

fixed some missing requirement, hopefully for the last time right now…

fixed some missing requirement, hopefully for the last time right now… #35

Workflow file for this run

name: Pack validation
on:
workflow_dispatch:
push:
paths:
- '**.json'
pull_request:
paths:
- '**.json'
jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.6.0
- name: Validate pack (lax)
uses: PopTracker/pack-checker-action@v1
- name: Validate pack (strict)
uses: PopTracker/pack-checker-action@v1
with:
strict: true