Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: rename jobs #77

Merged
merged 1 commit into from
Dec 2, 2023
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: CI
name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 16
- 18
- 20
name: Node.js ${{ matrix.node-version }}
name: Node.js ${{ matrix.node-version }} / unit
steps:
- name: Checkout the repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[deps]: https://img.shields.io/librariesio/release/npm/@trigen/scripts
[deps-url]: https://libraries.io/npm/@trigen%2Fscripts/tree

[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/ci.yml?branch=main
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/tests.yml?branch=main
[build-url]: https://github.com/TrigenSoftware/scripts/actions

Scripts and configs for TrigenSoftware's projects.
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[size]: https://packagephobia.com/badge?p=@trigen/babel-preset
[size-url]: https://packagephobia.com/result?p=@trigen/babel-preset

[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/ci.yml?branch=main
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/tests.yml?branch=main
[build-url]: https://github.com/TrigenSoftware/scripts/actions

Trigen's Babel preset.
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[size]: https://packagephobia.com/badge?p=@trigen/browserslist-config
[size-url]: https://packagephobia.com/result?p=@trigen/browserslist-config

[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/ci.yml?branch=main
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/tests.yml?branch=main
[build-url]: https://github.com/TrigenSoftware/scripts/actions

Trigen's Browserslist config.
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[size]: https://packagephobia.com/badge?p=@trigen/eslint-config
[size-url]: https://packagephobia.com/result?p=@trigen/eslint-config

[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/ci.yml?branch=main
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/tests.yml?branch=main
[build-url]: https://github.com/TrigenSoftware/scripts/actions

Trigen's ESLint config.
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-package-json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[size]: https://packagephobia.com/badge?p=@trigen/lint-package-json
[size-url]: https://packagephobia.com/result?p=@trigen/lint-package-json

[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/ci.yml?branch=main
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/tests.yml?branch=main
[build-url]: https://github.com/TrigenSoftware/scripts/actions

Shortcut to run npm-package-json-lint with @trigen/npm-package-json-lint-config.
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-package-json-lint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[size]: https://packagephobia.com/badge?p=@trigen/npm-package-json-lint-config
[size-url]: https://packagephobia.com/result?p=@trigen/npm-package-json-lint-config

[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/ci.yml?branch=main
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/tests.yml?branch=main
[build-url]: https://github.com/TrigenSoftware/scripts/actions

Trigen's npm-package-json-lint config.
Expand Down
2 changes: 1 addition & 1 deletion packages/project-files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[size]: https://packagephobia.com/badge?p=@trigen/project-files
[size-url]: https://packagephobia.com/result?p=@trigen/project-files

[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/ci.yml?branch=main
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/tests.yml?branch=main
[build-url]: https://github.com/TrigenSoftware/scripts/actions

Trigen's project files downloader.
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[size]: https://packagephobia.com/badge?p=@trigen/scripts
[size-url]: https://packagephobia.com/result?p=@trigen/scripts

[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/ci.yml?branch=main
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/scripts/tests.yml?branch=main
[build-url]: https://github.com/TrigenSoftware/scripts/actions

CLI tool for running scripts.
Expand Down