PHP Classes

File: .github/workflows/ean-utils.yml

Recommend this page to a friend!
  Classes of Celso   PHP EAN Utils   .github/workflows/ean-utils.yml   Download  
File: .github/workflows/ean-utils.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP EAN Utils
Validate EAN code strings
Author: By
Last change:
Date: 11 days ago
Size: 449 bytes
 

Contents

Class file image Download
name: Workflow on: push: branches: [ "main" ] pull_request: branches: [ "main" ] jobs: tests: runs-on: ubuntu-latest steps: - uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e with: php-version: '8.1' - uses: actions/checkout@v3 - name: Install Dependencies run: composer update -q --no-interaction - name: Execute tests via PHPUnit run: ./vendor/bin/phpunit