attribute-spass/.forgejo/workflows/push.yml
lubiana 63dc61769d
Some checks failed
/ composer (push) Failing after 5s
test
2023-10-16 19:08:34 +02:00

9 lines
192 B
YAML

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