KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
oxc-ecosystem-ci
★ 14
Open GitHub ↗
Oxlint Ecosystem CI
Download README (.md)
Explore Similar Repositories
prostNfound
:
Prostate cancer detection from ultrasound using foundation models and domain knowledge
wave-function-collapse-ruby
:
Tiled Wave Function Collapse model implemented in Ruby and rendered using Gosu
GCN-CIS
:
No description available.
GKR-MSM
:
No description available.
Multiple-Object-Tracking-system
:
系统支持:多目标实时跟踪,上传视频跟踪、视频管理、目标计数、跟踪截图报告、跟踪结果下载、远程域名访问。 多目标跟踪算法检测部分是:YOLOv8。数据关联部分:重新设计的一个算法。系统框架:Django。系统做了内网穿透支持远程域名访问。视频实时推流:重新写了一个视频推流方法,延迟能做到300ms左右,基本能满足实时跟踪,偶尔会出现掉帧现象。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
oxc-ecosystem-ci
?
Download (.md)
# Oxc Ecosystem CI This repository is used to run integration tests for `oxlint` and `oxfmt` ecosystem projects. The workflows will be run on a scheduled basis and can also be triggered manually. ## Oxlint ### Maintenance * [Boshen](https://github.com/Boshen) may submit a `oxlint` adjustment PR to your repository if it fails to run correctly. * Due to maintenance burden, a [sponsorship](https://oxc.rs/sponsor) will have a more likely hood of having the PR accepted. ### Manual github workflow * open [workflow](https://github.com/oxc-project/oxc-ecosystem-ci/actions/workflows/oxlint-ci.yml) * click 'Run workflow' button on top right of the list * change `ref` for a different branch ### Local - `pnpm run clone:oxlint` - clones all the repositories - `pnpm run update:oxlint` - updates (git pull) all the repositories - `pnpm run test:oxlint /path/to/oxc/target/release/oxlint ARGS` - run `oxlint` ### Integrated Repositories See [./oxlint-matrix.json](./oxlint-matrix.json). Notable repositories: * [napi-rs/napi-rs](https://github.com/napi-rs/napi-rs) * [toeverything/affine](https://github.com/toeverything/affine) * [preactjs/preact](https://github.com/preactjs/preact) * [microsoft/vscode](https://github.com/microsoft/vscode) * [bbc/simorgh](https://github.com/bbc/simorgh) * [elastic/kibana](https://github.com/elastic/kibana) * [DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) ## Oxfmt ### What we are checking 1. Oxfmt can format the integrated repositories without any differences. 2. Oxfmt does not drop any code in the formatting process. 3. Oxfmt does not panic during the formatting process. ### How the comparison works Each repository is formatted with 3 builds of oxfmt, and their diffs are compared: | axis | compared against | meaning | fails the run | | -------------------- | ---------------- | ---------------------------------------- | ----------------------------- | | `oxfmt@latest` (npm) | repository | released version health | on panic or error | | `main` build | `oxfmt@latest` | preview of merged-but-unreleased changes | only on scheduled / push runs | | `ref` build | `main` build | changes introduced by the ref under test | always | Comparing `ref` against a `main`-built baseline (instead of `oxfmt@latest`) keeps merged-but-unreleased changes out of PR results. This is useful especially for a Prettier version bump. ### Manual github workflow * open [workflow](https://github.com/oxc-project/oxc-ecosystem-ci/actions/workflows/oxfmt-ci.yml) * click 'Run workflow' button on top right of the list * change `ref` for a different branch ### Local - `pnpm run clone:oxfmt` - clones all the repositories - `pnpm run update:oxfmt` - updates (git pull) all the repositories - `pnpm run test:oxfmt /path/to/oxc/target/release/oxfmt ARGS` - run `oxfmt` ### Integrated Repositories See [./oxfmt-matrix.json](./oxfmt-matrix.json). # [Sponsored By](https://oxc.rs/sponsor) <p align="center"> <a href="https://oxc.rs/sponsor"> <img src="https://raw.githubusercontent.com/oxc-project/sponsors/main/sponsors.svg" alt="Our sponsors" /> </a> </p>