File tree 2 files changed +16
-16
lines changed
2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
- name : Prose Linting
2
- on : [push]
1
+ # name: Prose Linting
2
+ # on: [push]
3
3
4
- jobs :
5
- prose :
6
- runs-on : ubuntu-latest
7
- steps :
8
- - name : Checkout
9
- uses : actions/checkout@v3
4
+ # jobs:
5
+ # prose:
6
+ # runs-on: ubuntu-latest
7
+ # steps:
8
+ # - name: Checkout
9
+ # uses: actions/checkout@v3
10
10
11
- - name : Vale
12
- uses : errata-ai/vale-action@v2.0.1
13
- with :
14
- files : src
15
- fail_on_error : true
16
- env :
17
- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
11
+ # - name: Vale
12
+ # uses: errata-ai/vale-action@v2.0.1
13
+ # with:
14
+ # files: src
15
+ # fail_on_error: true
16
+ # env:
17
+ # GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The [Core Community Discord](https://discord.coregames.com) is a live social spa
22
22
23
23
## Help Center
24
24
25
- The [ Help Center] ( https://support.coregames.com/hc/en-us ) is the best place to go for any technical issues in Core.
25
+ The [ Help Center] ( https://support.coregames.com/ ) is the best place to go for any technical issues in Core.
26
26
27
27
## Bug Reports
28
28
You can’t perform that action at this time.
0 commit comments