Skip to content

Commit

Permalink
docs: move to .github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Feb 14, 2024
1 parent db53a7b commit 66536fc
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 345 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

65 changes: 0 additions & 65 deletions .github/ISSUE_TEMPLATE/bug-report.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/docs-enhancement.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/enhancement-request.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ updates:
directory: /
schedule:
interval: weekly
day: sunday
day: monday

- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: sunday
day: monday
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- main
paths:
- 'src/**/*.js'
- src/**/*.js
push:
branches:
- main
paths:
- 'src/**/*.js'
- src/**/*.js

permissions:
actions: read
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ on:
branches:
- main
paths:
- 'specs/**/*.js'
- 'src/**/*.js'
- specs/**/*.spec.js
- src/**/*.js
push:
branches:
- main
paths:
- 'specs/**/*.js'
- 'src/**/*.js'
- specs/**/*.spec.js
- src/**/*.js

jobs:
eslint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
branches:
- main
paths:
- '**/*.md'
- docs/**/*.md
push:
branches:
- main
paths:
- '**/*.md'
- docs/**/*.md

jobs:
markdown:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/mocha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ on:
branches:
- main
paths:
- 'src/**/*.js'
- specs/**/*.spec.js
- src/**/*.js
push:
branches:
- main
paths:
- 'src/**/*.js'
- specs/**/*.spec.js
- src/**/*.js

jobs:
mocha:
Expand Down
141 changes: 0 additions & 141 deletions CODE_OF_CONDUCT.md

This file was deleted.

Loading

0 comments on commit 66536fc

Please sign in to comment.