Skip to content

Commit 11ec791

Browse files
committed
Disable analyze workflow, for the time being
1 parent 3d7877e commit 11ec791

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/ci.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ on:
1010
- main
1111

1212
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/
3434

3535
lint:
3636
name: Lint

0 commit comments

Comments
 (0)