File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2
2
name : biome ci
3
3
entry : biome ci --files-ignore-unknown=true --no-errors-on-unmatched
4
4
language : node
5
+ language_version : lts
5
6
types : [text]
6
7
files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
7
8
- id : biome-check
8
9
name : biome check
9
10
entry : biome check --write --files-ignore-unknown=true --no-errors-on-unmatched
10
11
language : node
12
+ language_version : lts
11
13
types : [text]
12
14
files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
13
15
- id : biome-format
14
16
name : biome format
15
17
entry : biome format --write --files-ignore-unknown=true --no-errors-on-unmatched
16
18
language : node
19
+ language_version : lts
17
20
types : [text]
18
21
files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
19
22
- id : biome-lint
20
23
name : biome lint
21
24
entry : biome lint --write --files-ignore-unknown=true --no-errors-on-unmatched
22
25
language : node
26
+ language_version : lts
23
27
types : [text]
24
28
files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
You can’t perform that action at this time.
0 commit comments