Skip to content

Commit 9685b82

Browse files
committed
Merge branch 'master' into issue/4047
2 parents 0e1e84a + 8317f90 commit 9685b82

10 files changed

Lines changed: 501 additions & 1457 deletions

File tree

.eslintignore

Lines changed: 0 additions & 14 deletions
This file was deleted.

.eslintrc.yml

Lines changed: 0 additions & 102 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Otherwise we may not be able to review your PR. -->
66

77
- [ ] Addresses an existing open issue: fixes #000
88
- [ ] 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)
9-
- [ ] Steps in [CONTRIBUTING.md](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md) were taken
9+
- [ ] Steps in [CONTRIBUTING.md](https://github.com/mochajs/mocha/blob/master/.github/CONTRIBUTING.md) were taken
1010

1111
## Overview
1212

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
jobs:
2+
lint:
3+
runs-on: ubuntu-latest
4+
steps:
5+
- uses: actions/checkout@v4
6+
- uses: actions/setup-node@v4
7+
- run: npm install --ignore-scripts
8+
- run: npm run lint
9+
10+
name: CI
11+
12+
on:
13+
pull_request: ~
14+
push:
15+
branches:
16+
- main

.github/workflows/compliance.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
jobs:
2+
compliance:
3+
runs-on: ubuntu-latest
4+
steps:
5+
- uses: mtfoley/pr-compliance-action@main
6+
with:
7+
body-auto-close: false
8+
ignore-team-members: false
9+
10+
name: Compliance
11+
12+
on:
13+
pull_request:
14+
branches:
15+
- master
16+
types:
17+
- edited
18+
- opened
19+
- reopened
20+
- synchronize
21+
22+
permissions:
23+
pull-requests: write

AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,5 +542,10 @@ Josh Goldberg <git@joshuakgoldberg.com>
542542
Kleis Auke Wolthuizen <github@kleisauke.nl>
543543
Paulo Gonçalves <github@paulog.dev>
544544
Anton Usmansky <anton.usmansky@gmail.com>
545+
jb2311 <32516995+jb2311@users.noreply.github.com>
546+
Aras Abbasi <aras.abbasi@googlemail.com>
547+
Spencer <16455389+Spencer-Doak@users.noreply.github.com>
548+
Feng Yu <F3n67u@outlook.com>
549+
Pelle Wessman <pelle@kodfabrik.se>
545550

546551
# Generated by scripts/update-authors.js

0 commit comments

Comments
 (0)