Skip to content

Commit

Permalink
Merge branch 'master' into issue/4047
Browse files Browse the repository at this point in the history
  • Loading branch information
khoaHyh committed Feb 11, 2024
2 parents 0e1e84a + 8317f90 commit 9685b82
Show file tree
Hide file tree
Showing 10 changed files with 501 additions and 1,457 deletions.
14 changes: 0 additions & 14 deletions .eslintignore

This file was deleted.

102 changes: 0 additions & 102 deletions .eslintrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Otherwise we may not be able to review your PR. -->

- [ ] Addresses an existing open issue: fixes #000
- [ ] That issue was marked as [`status: accepting prs`](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [ ] Steps in [CONTRIBUTING.md](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md) were taken
- [ ] Steps in [CONTRIBUTING.md](https://github.com/mochajs/mocha/blob/master/.github/CONTRIBUTING.md) were taken

## Overview

Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install --ignore-scripts
- run: npm run lint

name: CI

on:
pull_request: ~
push:
branches:
- main
23 changes: 23 additions & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
jobs:
compliance:
runs-on: ubuntu-latest
steps:
- uses: mtfoley/pr-compliance-action@main
with:
body-auto-close: false
ignore-team-members: false

name: Compliance

on:
pull_request:
branches:
- master
types:
- edited
- opened
- reopened
- synchronize

permissions:
pull-requests: write
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -542,5 +542,10 @@ Josh Goldberg <[email protected]>
Kleis Auke Wolthuizen <[email protected]>
Paulo Gonçalves <[email protected]>
Anton Usmansky <[email protected]>
jb2311 <[email protected]>
Aras Abbasi <[email protected]>
Spencer <[email protected]>
Feng Yu <[email protected]>
Pelle Wessman <[email protected]>

# Generated by scripts/update-authors.js
Loading

0 comments on commit 9685b82

Please sign in to comment.