Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DestroyCom authored Feb 2, 2025
2 parents 8edd205 + 2bcb4e5 commit 7e3de7a
Show file tree
Hide file tree
Showing 16 changed files with 3,995 additions and 2,066 deletions.
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

0 comments on commit 7e3de7a

Please sign in to comment.