Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
✨update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AzaleeX committed Dec 5, 2023
1 parent 05fa9d3 commit 0fcca03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 199 deletions.
104 changes: 0 additions & 104 deletions .github/workflows/build-docker-image.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Symply CI

on:
push:
Expand Down Expand Up @@ -36,6 +36,9 @@ jobs:
restore-keys: |
composer-v2-cache-
- name: Update Composer
run: composer update

- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction

Expand Down Expand Up @@ -180,8 +183,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run PHP-CS-Fixer PMMP
run: "rm -fr .php-cs-fixer.cache && php-cs-fixer fix --config=.php-cs-fixer.php --dry-run --diff --ansi"

- name: Run PHP-CS-Fixer SYMPLY
run: "rm -fr .php-cs-fixer.cache && php-cs-fixer fix --config=.php-cs-fixer-symply.php --dry-run --diff --ansi"
91 changes: 0 additions & 91 deletions .github/workflows/update-updater-api.yml

This file was deleted.

0 comments on commit 0fcca03

Please sign in to comment.