Files
torsearch/.gitea/workflows/sonarqube_scans.yml
brock 49b017de3d
Some checks failed
CI / build-test (push) Failing after 1m18s
Update .gitea/workflows/sonarqube_scans.yml
2026-03-08 21:11:13 +00:00

22 lines
430 B
YAML

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v5
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4' # Specify your required PHP version
- name: Run phing
uses: phingofficial/phing-github-action@main
with:
targets: composer compileAssets