Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ module.exports = {
'simple-import-sort/imports': 'error',
'simple-import-sort/exports': 'error',
'@typescript-eslint/no-unused-vars': ['error'],
'no-useless-escape': ['warn'],
},
};
37 changes: 0 additions & 37 deletions .github/workflows/build-playdl-forked.yml

This file was deleted.

6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ jobs:
needs: create_tag
uses: ./.github/workflows/build.yml
secrets: inherit
build_playdl_forked:
needs: create_tag
uses: ./.github/workflows/build-playdl-forked.yml
secrets: inherit
release:
needs: [build, build_playdl_forked]
needs: [build]
uses: ./.github/workflows/release.yml
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
discussions: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: master
fetch-depth: 0
Expand Down
Loading