Skip to content

Merge pull request #2 from Br00ty/ap-style-logic #58

Merge pull request #2 from Br00ty/ap-style-logic

Merge pull request #2 from Br00ty/ap-style-logic #58

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