Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .github/workflows/console-locale-timestamp.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/file-size-format.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/html-escape.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/isbn-verify.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: JavaScript files

on:
pull_request:
paths:
- 'packages/*/src/**/*.ts'
- 'eslint.config.js'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version: '24'
- run: npm ci
- run: npm run js-lint
21 changes: 0 additions & 21 deletions .github/workflows/lint-javascript.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/lint-yaml.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/paapi-item-image-url-parser.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/package-console-locale-timestamp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: console-locale-timestamp

on:
pull_request:
paths:
- 'packages/console-locale-timestamp/src/**/*.ts'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version: '24'
- run: npm ci
- run: npm test -w 'console-locale-timestamp'
23 changes: 23 additions & 0 deletions .github/workflows/package-file-size-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: file-size-format

on:
pull_request:
paths:
- 'packages/file-size-format/src/**/*.ts'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version: '24'
- run: npm ci
- run: npm test -w '@w0s/file-size-format'
23 changes: 23 additions & 0 deletions .github/workflows/package-html-escape.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: html-escape

on:
pull_request:
paths:
- 'packages/html-escape/src/**/*.ts'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version: '24'
- run: npm ci
- run: npm test -w '@w0s/html-escape'
23 changes: 23 additions & 0 deletions .github/workflows/package-isbn-verify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: isbn-verify

on:
pull_request:
paths:
- 'packages/isbn-verify/src/**/*.ts'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version: '24'
- run: npm ci
- run: npm test -w '@w0s/isbn-verify'
23 changes: 23 additions & 0 deletions .github/workflows/package-paapi-item-image-url-parser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: paapi-item-image-url-parser

on:
pull_request:
paths:
- 'packages/paapi-item-image-url-parser/src/**/*.ts'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version: '24'
- run: npm ci
- run: npm test -w '@w0s/paapi-item-image-url-parser'
23 changes: 23 additions & 0 deletions .github/workflows/package-string-convert.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: string-convert

on:
pull_request:
paths:
- 'packages/string-convert/src/**/*.ts'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version: '24'
- run: npm ci
- run: npm test -w '@w0s/string-convert'
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@ name: urlsearchparams-custom-separator

on:
pull_request:
branches:
- main
paths:
- 'packages/urlsearchparams-custom-separator/src/**/*.ts'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version: '22'
node-version: '24'
- run: npm ci
- run: npm test -w '@w0s/urlsearchparams-custom-separator'
23 changes: 23 additions & 0 deletions .github/workflows/package-wareki.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: wareki

on:
pull_request:
paths:
- 'packages/wareki/src/**/*.ts'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version: '24'
- run: npm ci
- run: npm test -w '@w0s/wareki'
20 changes: 0 additions & 20 deletions .github/workflows/string-convert.yml

This file was deleted.

Loading