attribute-spass/.forgejo/workflows/push.yml
lubiana 766b4c2d87
Some checks failed
/ ls (push) Failing after 6s
test
2023-10-16 21:50:30 +02:00

11 lines
219 B
YAML

on: [push]
jobs:
ls:
runs-on: docker
container:
image: git.php.fail/lubiana/container/php:8.2.11-node
steps:
- uses: actions/checkout@v4
- run: env | sort
- run: composer install