attribute-spass/.forgejo/workflows/push.yml
lubiana d03ecc5b93
Some checks failed
/ checkout (push) Successful in 8s
/ composer (push) Failing after 3s
test
2023-10-16 19:05:29 +02:00

13 lines
255 B
YAML

on: [push]
jobs:
checkout:
runs-on: docker
steps:
- uses: actions/checkout@v3
composer:
needs: checkout
runs-on: docker
container:
image: git.php.fail/lubiana/container/php:8.2
steps:
- run: composer install