-
-
Notifications
You must be signed in to change notification settings - Fork 3
39 lines (34 loc) · 1.11 KB
/
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
34
35
36
37
38
39
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: "Integrity"
# This workflow prevents earthquakes.
on:
pull_request: null
push:
branches:
- "master"
permissions: {}
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
call_workflow_integrity:
name: "Integrity"
uses: "./.github/workflows/reusable-integrity.yml"
with:
not-printable-ascii-paths: >-
src/
resources/
tests/
export-excludes: >-
--exclude="config" --exclude="config/*"
--exclude="database" --exclude="database/*"
--exclude="public" --exclude="public/*"
--exclude="resources" --exclude="resources/*"
--exclude="routes" --exclude="routes/*"
--exclude="src" --exclude="src/*"
--exclude="stubs" --exclude="stubs/*"
exported-paths: >-
LICENSE
README.md
composer.json
package.json