Skip to content

Commit

Permalink
fix add missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
khalyomede authored Aug 28, 2021
1 parent ae25363 commit 30b9c6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@ jobs:
- uses: actions/checkout@v2

# Runs a single command using the runners shell

- name: Install
run: docker-compose run --rm composer install

- name: Linting
run: docker-compose run --rm composer run lint

0 comments on commit 30b9c6d

Please sign in to comment.