Skip to content

Create php.yml GitHub Workflow (#9) #2

Create php.yml GitHub Workflow (#9)

Create php.yml GitHub Workflow (#9) #2

Workflow file for this run

name: PHP Composer
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Lint
run: echo "Hello World"