File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 10
10
- main
11
11
12
12
jobs :
13
- analyze :
14
- name : Analyze
15
- runs-on : ubuntu-latest
16
- steps :
17
- - name : Checkout code
18
- uses : actions/checkout@v3
19
-
20
- - name : Install Aftman
21
- uses : ok-nick/setup-aftman@v0
22
-
23
- - name : Generate sourcemap.json
24
- shell : bash
25
- run : rojo sourcemap -o sourcemap.json
26
-
27
- - name : Download global Roblox types
28
- shell : bash
29
- run : curl -O https://raw.githubusercontent.com/JohnnyMorganz/luau-lsp/main/scripts/globalTypes.d.lua
30
-
31
- - name : Analyze
32
- shell : bash
33
- run : luau-lsp analyze --definitions=globalTypes.d.lua --base-luaurc=.luaurc --sourcemap=sourcemap.json packages/
13
+ # analyze:
14
+ # name: Analyze
15
+ # runs-on: ubuntu-latest
16
+ # steps:
17
+ # - name: Checkout code
18
+ # uses: actions/checkout@v3
19
+
20
+ # - name: Install Aftman
21
+ # uses: ok-nick/setup-aftman@v0
22
+
23
+ # - name: Generate sourcemap.json
24
+ # shell: bash
25
+ # run: rojo sourcemap -o sourcemap.json
26
+
27
+ # - name: Download global Roblox types
28
+ # shell: bash
29
+ # run: curl -O https://raw.githubusercontent.com/JohnnyMorganz/luau-lsp/main/scripts/globalTypes.d.lua
30
+
31
+ # - name: Analyze
32
+ # shell: bash
33
+ # run: luau-lsp analyze --definitions=globalTypes.d.lua --base-luaurc=.luaurc --sourcemap=sourcemap.json packages/
34
34
35
35
lint :
36
36
name : Lint
You can’t perform that action at this time.
0 commit comments