tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
5
fork
atom
Openstatus
www.openstatus.dev
5
fork
atom
overview
issues
pulls
pipelines
๐ update action
Thibault Le Ouay
2 years ago
5682dc59
2820f343
+2
-2
1 changed file
expand all
collapse all
unified
split
.github
workflows
lint.yml
+2
-2
.github/workflows/lint.yml
···
37
37
run: pnpm install
38
38
39
39
- name: ๐ฌ Lint
40
40
-
run: pnpm lint:strict
40
40
+
run: pnpm lint
41
41
42
42
prettier:
43
43
name: ๐ Prettier
···
66
66
run: pnpm install
67
67
68
68
- name: ๐ Prettier check
69
69
-
run: pnpm prettier
69
69
+
run: pnpm format