-
-
Notifications
You must be signed in to change notification settings - Fork 9
33 lines (28 loc) · 967 Bytes
/
integrity.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: "Integrity"
# This action prevents earthquakes.
on: # yamllint disable-line rule:truthy
pull_request: null
push:
branches:
- "master"
permissions: {} # yamllint disable-line rule:braces
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
call_workflow_integrity:
name: "Integrity"
uses: "szepeviktor/byte-level-care/.github/workflows/reusable-integrity.yml@master"
with:
not-printable-ascii-paths: >-
divi-child/
mu-plugins/
:!:mu-plugins/szv-signature.php
wp-config/
export-excludes: >-
--exclude="debug" --exclude="debug/*"
--exclude="mu-plugins" --exclude="mu-plugins/*"
exported-paths: >-
LICENSE
README.md