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 ae50ef3 commit 24dc214
Show file tree
Hide file tree
Showing 2 changed files 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: LycheeOrg/Lychee/.github/workflows/jobs/check_js.yml@vuejs-bootstrap
uses: ./.github/workflows/check_js.yml@vuejs-bootstrap

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

0 comments on commit 24dc214

Please sign in to comment.