Skip to content

Bump coverallsapp/github-action from 2.2.2 to 2.2.3 (#47) #161

Bump coverallsapp/github-action from 2.2.2 to 2.2.3 (#47)

Bump coverallsapp/github-action from 2.2.2 to 2.2.3 (#47) #161

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: "Integrity"
# This workflow prevents earthquakes.
on: # yamllint disable-line rule:truthy
pull_request: null
push:
branches:
- "master"
permissions: {} # yamllint disable-line rule:braces
#permissions: "read-all"
#permissions:
# contents: "read" # Private repositories need read permission
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="src" --exclude="src/*"
--exclude="resources" --exclude="resources/*"
exported-paths: >-
LICENSE
README.md
composer.json
package.json