Skip to content

Commit

Permalink
Disable linters checks when /src content it not changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexInCube committed Aug 15, 2024
1 parent 14a0690 commit 7caf498
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@ name: Code Quality
on:
push:
branches: ['**']
paths-ignore:
- '**/wiki/**'
- '/wiki/**'
- 'docker-compose.yml'
- '.env'
- '*.sh'
pull_request:
branches: ['**']
paths-ignore:
- '**/wiki/**'
- '/wiki/**'
- 'docker-compose.yml'
- '.env'
- '*.sh'

jobs:
prettier:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
aicbot:
container_name: aicbot
image: alexincube/aicotest:latest
restart: always
deploy:
restart_policy:
condition: on-failure
Expand Down
2 changes: 1 addition & 1 deletion wiki/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Return song history of the current server where the command is executed.
Give the current count of spawned audioplayers

> [!NOTE]
> This command supported only by text command system
> This command supported only by text command system.
> Also you must be overpowered user.
## Fun
Expand Down

0 comments on commit 7caf498

Please sign in to comment.