Skip to content

Commit

Permalink
refactor: architecture (#1)
Browse files Browse the repository at this point in the history
This is an automated pull request to update from branch
refactor/architecture
  • Loading branch information
nikkeyl authored Mar 19, 2024
2 parents e165db9 + 001aac4 commit 358c07b
Show file tree
Hide file tree
Showing 19 changed files with 2,027 additions and 892 deletions.
1 change: 0 additions & 1 deletion .ecrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"exclude": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"pnpm-lock.yaml",
"README.md"
]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- main
paths:
- src/**/*.ts
- index.ts
push:
branches:
- main
paths:
- src/**/*.ts
- index.ts

permissions:
actions: read
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
workflow_run:
workflows:
- Mocha
- Test
types:
- completed
push:
Expand Down Expand Up @@ -50,4 +50,5 @@ jobs:
- name: Create Release
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
run: pnpm release
6 changes: 3 additions & 3 deletions .github/workflows/mocha.yaml → .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Mocha
name: Test

on:
workflow_run:
workflows:
- ESLint
- CodeQL
types:
- completed
pull_request:
Expand All @@ -14,7 +14,7 @@ on:
- main

jobs:
mocha:
test:
name: Test

runs-on: ubuntu-latest
Expand Down
12 changes: 0 additions & 12 deletions .mocharc.json

This file was deleted.

3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.czrc
.ecrc
.editorconfig
.gitattributes
.gitignore
.gitmodules
.prettierignore
Expand Down
Loading

0 comments on commit 358c07b

Please sign in to comment.