Files
php-lib-chilean-rut/.github/workflows/ci.yml
Matias Navarro Carter 9a181aafbd
Some checks failed
Chilean Rut CI / CI (push) Failing after 3m36s
chore: workflows and readme
2024-03-04 22:12:31 +00:00

25 lines
559 B
YAML

name: "Chilean Rut CI"
on:
pull_request:
branches: ['master']
paths:
- '**.php'
- 'composer.json'
- '.github/workflows/ci.yml'
- '.github/workflows/php.yml'
push:
branches: ['master']
paths:
- '**.php'
- 'composer.json'
- '.github/workflows/ci.yml'
- '.github/workflows/php.yml'
jobs:
ci:
name: 'CI'
uses: ./.github/workflows/php.yml
with:
php-version: 8.2
composer-cmd: install --ansi --no-interaction --no-progress --no-suggest --prefer-dist
secrets: inherit