Skip to content

Create file_copy()

Create file_copy() #15

Workflow file for this run

name: Pull Request
on:
pull_request_target:
permissions:
contents: write
pull-requests: write
jobs:
Duster:
name: Duster
uses: EncoreDigitalGroup/.github/.github/workflows/dusterFixBlame.yml@v1
permissions:
contents: write
pull-requests: write
StaticAnalysis:
needs: Duster
name: StaticAnalysis
uses: EncoreDigitalGroup/.github/.github/workflows/larastan.yml@v1
with:
phpVersion: '8.3'
branch: ${{ github.head_ref }}
path: 'src/'
Test:
needs: StaticAnalysis
name: Test
uses: EncoreDigitalGroup/.github/.github/workflows/pest.yml@v1
with:
phpVersion: '8.3'
branch: ${{ github.head_ref }}
AutoMerge:
needs: Test
name: AutoMerge
uses: EncoreDigitalGroup/.github/.github/workflows/dependabotAutoMerge.yml@v1