Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymotey committed Sep 11, 2024
1 parent 099dc8e commit 3b46b33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ jobs:
cache: npm
cache-dependency-path: package-lock.json

- run: npm ci
# Make sure .cache folder exists
- name: 'Create folder .cache s'
run: |
mkdir -p .cache && cd .cache && touch .gitkeep
# Start actions
- run: npm ci
- run: composer run sniff-check
- run: npm run format-check
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "litespeedtech/lscache_wp",
"require-dev": {
"squizlabs/php_codesniffer": "*",
"phpcompatibility/php-compatibility": "*"
Expand Down

0 comments on commit 3b46b33

Please sign in to comment.