Skip to content

Commit

Permalink
Remove obsolete files
Browse files Browse the repository at this point in the history
  • Loading branch information
jschram committed Dec 11, 2024
1 parent 9e03256 commit 35e2eb0
Show file tree
Hide file tree
Showing 68 changed files with 3 additions and 3,874 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: shivammathur/setup-php@master
with:
php-version: "8.1"
tools: composer:v2, phpcs, php-cs-fixer, phpmd, phpcpd
tools: composer:v2, phpcs, php-cs-fixer, phpmd
coverage: none

- name: Install required NVM version
Expand All @@ -62,9 +62,6 @@ jobs:
- name: PHPMD
run: phpmd app text phpmd.xml

- name: PHPCPD
run: phpcpd app --exclude app/Http/Controllers/InformationManager/Prohibited/ToolController.php

- name: Lint Assets
run: ./lintHook.sh $PWD

Expand All @@ -83,7 +80,7 @@ jobs:
coverage: none

- name: Check Composer Packages
uses: symfonycorp/security-checker-action@v2
uses: symfonycorp/security-checker-action@v4

tests:
name: Tests
Expand Down Expand Up @@ -116,7 +113,7 @@ jobs:
coverage: pcov

- name: Install required NVM version
run: . ~/.nvm/nvm.sh && nvm install 14
run: . ~/.nvm/nvm.sh && nvm install 20

- name: Install Composer Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
Expand Down
85 changes: 0 additions & 85 deletions .github/workflows/quick-checks.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions app/Actions/Category/CreateAction.php

This file was deleted.

18 changes: 0 additions & 18 deletions app/Actions/Category/DeleteAction.php

This file was deleted.

18 changes: 0 additions & 18 deletions app/Actions/Category/UpdateAction.php

This file was deleted.

21 changes: 0 additions & 21 deletions app/Actions/Institute/Tool/Prohibited/AddAction.php

This file was deleted.

24 changes: 0 additions & 24 deletions app/Actions/Institute/Tool/Prohibited/UpdateAction.php

This file was deleted.

25 changes: 0 additions & 25 deletions app/Actions/Institute/Tool/SetCategoriesAction.php

This file was deleted.

33 changes: 0 additions & 33 deletions app/Actions/Institute/Tool/StoreImagesAction.php

This file was deleted.

22 changes: 0 additions & 22 deletions app/Actions/Tool/UpdateAction.php

This file was deleted.

15 changes: 0 additions & 15 deletions app/Application.php

This file was deleted.

Loading

0 comments on commit 35e2eb0

Please sign in to comment.