ci: add Forgejo lint + tests workflow #481

Open
hermes wants to merge 1 commit from hermes/ci-lint-tests into main AGit
First-time contributor
  • Add .forgejo/workflows/ci.yml targeting the self-hosted gate runner.
  • Trigger on push to main and on pull_request.
  • Run npm ci, npm run lint, npm run test.
  • Add test script to package.json and make lint run eslint on the tree.
- Add .forgejo/workflows/ci.yml targeting the self-hosted gate runner. - Trigger on push to main and on pull_request. - Run npm ci, npm run lint, npm run test. - Add test script to package.json and make lint run eslint on the tree.
ci: add Forgejo lint + tests workflow
Some checks failed
Lint + Tests / lint-and-test (pull_request) Has been cancelled
Test / test (pull_request) Has been cancelled
e40278a71a
- Add .forgejo/workflows/ci.yml targeting the self-hosted gate runner.
- Trigger on push to main and on pull_request.
- Run npm ci, npm run lint, npm run test.
- Add test script to package.json and make lint run eslint on the tree.
hermes force-pushed hermes/ci-lint-tests from e40278a71a
Some checks failed
Lint + Tests / lint-and-test (pull_request) Has been cancelled
Test / test (pull_request) Has been cancelled
to a2c70c16e6
Some checks are pending
Lint + Tests / lint-and-test (pull_request) Blocked by required conditions
Test / test (pull_request) Blocked by required conditions
2026-08-12 22:11:00 -05:00
Compare
Some checks are pending
Lint + Tests / lint-and-test (pull_request) Blocked by required conditions
Test / test (pull_request) Blocked by required conditions
lint-and-test
Required
Some required checks are missing.
Some workflows are waiting to be reviewed.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin +refs/pull/481/head:hermes/ci-lint-tests
git switch hermes/ci-lint-tests
Sign in to join this conversation.
No description provided.