Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: nnatter <[email protected]>
  • Loading branch information
luca-rath and niklasnatter authored Jan 13, 2021
1 parent d2c9092 commit 6a15fd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
- name: Build sulu
run: bin/adminconsole sulu:build dev --no-interaction

- name: Lint
- name: Lint code
run: |
bin/adminconsole lint:twig app/Resources/views
bin/adminconsole lint:yaml app/config
- name: Run tests
- name: Execute test cases
run: bin/simple-phpunit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![GitHub license](https://img.shields.io/github/license/sulu/sulu-minimal.svg)](https://github.com/sulu/sulu-minimal/blob/1.6/LICENSE)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/sulu/sulu-minimal.svg)](https://github.com/sulu/sulu-minimal/releases)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/sulu/sulu-minimal/Test%20Application/1.6?label=test-workflow)](https://github.com/sulu/sulu-minimal/actions)
[![Test workflow status](https://img.shields.io/github/workflow/status/sulu/sulu-minimal/Test%20Application/1.6?label=test-workflow)](https://github.com/sulu/sulu-minimal/actions)

Welcome to the Sulu Minimal Edition - the skeleton to start a new [Sulu](https://github.com/sulu/sulu) project.

Expand Down

0 comments on commit 6a15fd7

Please sign in to comment.