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
13 changes: 3 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: package.json
- uses: jdx/mise-action@v2
- run: npm ci
- run: npm run ci
- uses: codecov/codecov-action@v6
Expand All @@ -49,10 +47,7 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: package.json
- uses: oven-sh/setup-bun@v2
- uses: jdx/mise-action@v2
- run: npm ci
- run: bun run ci:bun
# https://commitlint.js.org/guides/ci-setup.html
Expand All @@ -62,9 +57,7 @@ jobs:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version-file: package.json
- uses: jdx/mise-action@v2
- run: npm install -D @commitlint/cli @commitlint/config-conventional
- name: Validate current commit (last commit) with commitlint
if: github.event_name == 'push'
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/pkg-pr-new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: package.json
- uses: jdx/mise-action@v2
- run: npm ci
- run: npm run build
- run: >
Expand Down
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ why it belongs in OpenWorkflow. The core team will help confirm direction before
any PRs start.

PRs that skip these steps may be closed.

## Development environment

This repo uses [mise](https://mise.jdx.dev/) to manage the Node and Bun versions
used for development. Once you have mise installed, run `mise trust` followed by
`mise install` from the repo root to install the versions configured in
`mise.toml`. The GitHub Actions workflows install those versions via
`jdx/mise-action`.
3 changes: 3 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tools]
node = "lts"
bun = "1"
44 changes: 0 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading