2023-10-16 16:43:01 +00:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
2023-10-16 17:35:29 +00:00
|
|
|
ls:
|
|
|
|
runs-on: docker
|
2023-10-16 18:08:28 +00:00
|
|
|
container:
|
2023-10-16 19:49:56 +00:00
|
|
|
image: git.php.fail/lubiana/container/php:8.2.11-node
|
2023-10-16 17:03:17 +00:00
|
|
|
steps:
|
2023-10-16 19:49:56 +00:00
|
|
|
- uses actions/checkout@v4
|
2023-10-16 18:08:28 +00:00
|
|
|
- run: env | sort
|
2023-10-16 19:49:56 +00:00
|
|
|
- run: composer install
|
2023-10-16 18:23:35 +00:00
|
|
|
|