Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaogaozi committed Sep 27, 2024
1 parent 9411871 commit 6a562f4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .autocorrectrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ spellcheck:
- JucieFS = JuiceFS
- JueicFS = JuiceFS
- JuiecFS = JuiceFS
- JuiceSF = JuiceFS
- Kuberenetes = Kubernetes
- mountpoint = mount point
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:
- '**.go'
- '!docs/**'
- '!**.md'
- '!.autocorrectrc'
- '!.markdownlint-cli2.jsonc'
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dashboard-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
- 'pkg/dashboard/**'
- '!docs/**'
- '!**.md'
- '!.autocorrectrc'
- '!.markdownlint-cli2.jsonc'
pull_request:
branches:
- master
Expand All @@ -25,6 +27,8 @@ on:
- 'pkg/dashboard/**'
- '!docs/**'
- '!**.md'
- '!.autocorrectrc'
- '!.markdownlint-cli2.jsonc'

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
- '**.sum'
- '!docs/**'
- '!**.md'
- '!.autocorrectrc'
- '!.markdownlint-cli2.jsonc'
pull_request:
branches:
- master
Expand All @@ -27,6 +29,8 @@ on:
- '**.sum'
- '!docs/**'
- '!**.md'
- '!.autocorrectrc'
- '!.markdownlint-cli2.jsonc'
workflow_dispatch:
inputs:
debug:
Expand Down

0 comments on commit 6a562f4

Please sign in to comment.