Skip to content

Commit c2734f9

Browse files
authored
Merge pull request #119 from lukaszjakutowicz/lukaszjakutowicz/add_symfony_specs
Add Symfony workflow specs
2 parents 300846b + 6516522 commit c2734f9

4 files changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Check all the requirements to develop and run Symfony application locally
3+
command: symfony check:requirements
4+
tags:
5+
- symfony
6+
- php
7+
description: Check all the tools you need to develop and run your Symfony application locally
8+
arguments: []
9+
source_url: "https://symfony.com/doc/current/setup.html#technical-requirements"
10+
author: Łukasz Jakutowicz
11+
author_url: "https://github.com/lukaszjakutowicz"
12+
shells: []
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Check security issues in Symfony project dependencies
3+
command: symfony check:security
4+
tags:
5+
- symfony
6+
- php
7+
description: Check security issues in Symfony project dependencies
8+
arguments: []
9+
source_url: "https://symfony.com/doc/current/setup.html#checking-security-vulnerabilities"
10+
author: Łukasz Jakutowicz
11+
author_url: "https://github.com/lukaszjakutowicz"
12+
shells: []
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Create a new Symfony project
3+
command: "symfony new {{project_name}}"
4+
tags:
5+
- symfony
6+
- php
7+
description: Create a new Symfony project
8+
arguments:
9+
- name: project_name
10+
description: Name of project
11+
default_value: my-app
12+
source_url: "https://symfony.com/doc/current/setup.html#creating-symfony-applications"
13+
author: Łukasz Jakutowicz
14+
author_url: "https://github.com/lukaszjakutowicz"
15+
shells: []
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Start Symfony local web server
3+
command: symfony server:start
4+
tags:
5+
- symfony
6+
- php
7+
description: Start Symfony local web server
8+
arguments: []
9+
source_url: "https://symfony.com/doc/current/setup/symfony_server.html"
10+
author: Łukasz Jakutowicz
11+
author_url: "https://github.com/lukaszjakutowicz"
12+
shells: []

0 commit comments

Comments
 (0)