Skip to content

Commit

Permalink
ci: rename jobs (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen authored Dec 2, 2023
1 parent 2f01373 commit 1eac8cc
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
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

0 comments on commit 1eac8cc

Please sign in to comment.