Commit 1986585 1 parent f71ccf5 commit 1986585 Copy full SHA for 1986585
File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
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
6
5
types : [text]
7
6
files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
8
7
require_serial : true
9
8
- id : biome-check
10
9
name : biome check
11
10
entry : biome check --write --files-ignore-unknown=true --no-errors-on-unmatched
12
11
language : node
13
- language_version : lts
14
12
types : [text]
15
13
files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
16
14
require_serial : true
17
15
- id : biome-format
18
16
name : biome format
19
17
entry : biome format --write --files-ignore-unknown=true --no-errors-on-unmatched
20
18
language : node
21
- language_version : lts
22
19
types : [text]
23
20
files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
24
21
require_serial : true
25
22
- id : biome-lint
26
23
name : biome lint
27
24
entry : biome lint --write --files-ignore-unknown=true --no-errors-on-unmatched
28
25
language : node
29
- language_version : lts
30
26
types : [text]
31
27
files : " \\ .(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\ .(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
32
28
require_serial : true
You can’t perform that action at this time.
0 commit comments