Skip to content

Commit

Permalink
try reusable jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Jul 18, 2024
1 parent 24dc214 commit eb7eefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --verbose --diff --dry-run

check_js:
uses: ./.github/workflows/check_js.yml@vuejs-bootstrap
uses: ./.github/workflows/check_js.yml

# check_js:
# name: 2️⃣ JS Node ${{ matrix.node-version }} - Code Style errors & Compilation
Expand Down

0 comments on commit eb7eefa

Please sign in to comment.