Skip to content

codedor/workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Workflows

Usage

Style

name: Check & fix styling

on: [pull_request, workflow_dispatch]

jobs:
  call-style:
    uses: codedor/workflows/.github/workflows/style.yml@master

PHPUnit

There is only a workflow to run PHPUnit on PHP 7.4 & PHP 8.0 with Laravel 8.

name: PHPUnit

on: [pull_request]

jobs:
  call-style:
    uses: codedor/workflows/.github/workflows/phpunit-l8.yml@master
    secrets:
      REPMAN_TOKEN: ${{ secrets.REPMAN_TOKEN }}
      NOVA_USERNAME: ${{ secrets.NOVA_USERNAME }}
      NOVA_PASSWORD: ${{ secrets.NOVA_PASSWORD }}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published