Skip to content

Digitalist-Open-Cloud/matomo-license-existence-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matomo License Existence Checker

Matomo License Existence Checker is a GitHub Action with a simple purpose - to check for the existence of a LICENSE file and a license key in plugin.json.

Conditions:

  • the action only looks in the root of the repository and checks for the existence of the LICENSE file there.
  • the action does not care about the contents of the LICENSE file, as such an empty file called LICENSE will result in the Action running successfully.
  • the action looks for an license key in plugin.json

Prerequisites

To use this Action first call the checkout action. For example:

on:
  pull_request: {}
  workflow_dispatch: {}
  push:
    branches: ["main"]
jobs:
  existence:
    runs-on: ubuntu-24.04
    steps:
      - uses: actions/checkout@v4
      - name: Matomo license existence checker
        uses: Digitalist-Open-Cloud/matomo-license-existence-checker@main

About

Matomo license existence checker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 78.8%
  • Dockerfile 21.2%