This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Commit 2b6910e 1 parent 1cf50b0 commit 2b6910e Copy full SHA for 2b6910e
File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,13 @@ crates/rome_js_parser/src/lexer/tables.rs linguist-generated=true text=auto eol=
3
3
** /generated /* linguist-generated =true text =auto eol =lf
4
4
crates /rome_js_analyze /src /analyzers.rs linguist-generated =true text =auto eol =lf
5
5
crates /rome_js_analyze /src /assists.rs linguist-generated =true text =auto eol =lf
6
+ crates /rome_js_analyze /src /semantic_analyzers.rs linguist-generated =true text =auto eol =lf
7
+ crates /rome_js_analyze /src /analyzers /* .rs linguist-generated =true text =auto eol =lf
8
+ crates /rome_js_analyze /src /assists /* .rs linguist-generated =true text =auto eol =lf
9
+ crates /rome_js_analyze /src /semantic_analyzers /* .rs linguist-generated =true text =auto eol =lf
6
10
crates /rome_js_analyze /src /registry.rs linguist-generated =true text =auto eol =lf
11
+ crates /rome_service /src /configuration /linter /rules.rs linguist-generated =true text =auto eol =lf
12
+ website /src /docs /lint /rules /** /* .md linguist-generated =true text =auto eol =lf
7
13
8
14
9
15
crates /rome_js_formatter /tests /** /* .ts.prettier-snap linguist-language =TypeScript
Original file line number Diff line number Diff line change @@ -119,6 +119,11 @@ jobs:
119
119
with :
120
120
command : codegen
121
121
args : analyzer
122
+ - name : Run the configuration codegen
123
+ uses : actions-rs/cargo@v1
124
+ with :
125
+ command : codegen
126
+ args : configuration
122
127
- name : Run the website codegen
123
128
uses : actions-rs/cargo@v1
124
129
with :
You can’t perform that action at this time.
0 commit comments