Skip to content

Commit

Permalink
Update pipeline. Delete linter cache from repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
DvDty committed Jan 28, 2024
1 parent 04158c0 commit 35f091a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-branch-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
defaults:
run:
working-directory: ./application
needs: [ security ]
needs: [ security , linter, tests, static-analysis, SonarCloud, database ]
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
# Application files
/application/vendor
/application/.env
/application/.php-cs-fixer.cache
/application/.phpunit.result.cache
1 change: 0 additions & 1 deletion application/.php-cs-fixer.cache

This file was deleted.

0 comments on commit 35f091a

Please sign in to comment.