Skip to content

Commit a44534d

Browse files
committed
lint, restore ci jobs
1 parent 3ba7475 commit a44534d

File tree

31 files changed

+64
-67
lines changed

31 files changed

+64
-67
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: npx nx affected --target=typecheck
2626
test-unit-asyncify:
2727
runs-on: ubuntu-latest
28-
# needs: [lint-and-typecheck]
28+
needs: [lint-and-typecheck]
2929
if: false # TODO: Re-enable this once the tests are fixed
3030
strategy:
3131
fail-fast: false
@@ -106,7 +106,7 @@ jobs:
106106
# - run: node --experimental-wasm-jspi --experimental-wasm-stack-switching --expose-gc node_modules/nx/bin/nx affected --target=test --configuration=ci
107107
test-e2e:
108108
runs-on: ubuntu-latest
109-
# needs: [lint-and-typecheck]
109+
needs: [lint-and-typecheck]
110110
if: false # TODO: Re-enable this once the tests are fixed
111111
# Run as root to allow node to bind to port 80
112112
steps:
@@ -125,7 +125,7 @@ jobs:
125125

126126
test-e2e-playwright-prepare:
127127
runs-on: ubuntu-latest
128-
# needs: [lint-and-typecheck]
128+
needs: [lint-and-typecheck]
129129
steps:
130130
- uses: actions/checkout@v4
131131
with:
@@ -187,7 +187,7 @@ jobs:
187187
name: playwright-dist
188188
test-built-npm-packages:
189189
runs-on: ubuntu-latest
190-
# needs: [lint-and-typecheck]
190+
needs: [lint-and-typecheck]
191191
steps:
192192
- uses: actions/checkout@v4
193193
with:
@@ -274,7 +274,7 @@ jobs:
274274
275275
test-running-unbuilt-playground-cli:
276276
runs-on: ubuntu-latest
277-
# needs: [lint-and-typecheck]
277+
needs: [lint-and-typecheck]
278278
steps:
279279
- uses: actions/checkout@v4
280280
with:
@@ -284,7 +284,7 @@ jobs:
284284

285285
build:
286286
runs-on: ubuntu-latest
287-
# needs: [lint-and-typecheck]
287+
needs: [lint-and-typecheck]
288288
steps:
289289
- uses: actions/checkout@v4
290290
with:

packages/docs/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusaurus-classic-typescript",
3-
"version": "0.0.0",
3+
"version": "1751036065",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

packages/php-wasm/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/cli",
3-
"version": "1.1.4",
3+
"version": "1751036065",
44
"description": "PHP.wasm CLI for node.js",
55
"repository": {
66
"type": "git",

packages/php-wasm/compile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/compile",
3-
"version": "0.1.5",
3+
"version": "1751036065",
44
"description": "PHP.wasm – compilation pipeline",
55
"repository": {
66
"type": "git",

packages/php-wasm/fs-journal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/fs-journal",
3-
"version": "1.1.4",
3+
"version": "1751036065",
44
"description": "Bindings to journal the PHP filesystem",
55
"repository": {
66
"type": "git",

packages/php-wasm/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/logger",
3-
"version": "1.1.4",
3+
"version": "1751036065",
44
"description": "A logger for PHP-wasm clients like Playground and WP-now.",
55
"repository": {
66
"type": "git",

packages/php-wasm/node-polyfills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/node-polyfills",
3-
"version": "1.1.4",
3+
"version": "1751036065",
44
"description": "PHP.wasm – polyfills for Node.js",
55
"repository": {
66
"type": "git",

packages/php-wasm/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/node",
3-
"version": "1.1.4",
3+
"version": "1751036065",
44
"description": "PHP.wasm for Node.js",
55
"repository": {
66
"type": "git",

packages/php-wasm/progress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/progress",
3-
"version": "1.1.4",
3+
"version": "1751036065",
44
"description": "PHP.wasm – loading progress monitoring",
55
"repository": {
66
"type": "git",

packages/php-wasm/scopes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/scopes",
3-
"version": "1.1.4",
3+
"version": "1751036065",
44
"description": "PHP.wasm – scoped URLs utils",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)