attribute-spass/.forgejo/workflows/push.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 8: cannot unmarshal !!str `uses ac...` into model.Step
2023-10-16 21:49:56 +02:00

11 lines
218 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