Create php.yml
This commit is contained in:
parent
e65cdab27a
commit
7a46c6043f
1 changed files with 22 additions and 0 deletions
22
.github/workflows/php.yml
vendored
Normal file
22
.github/workflows/php.yml
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
name: Test AlphaXPanel
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install AlphaXPanel
|
||||
run: ls
|
||||
|
Loading…
Reference in a new issue