mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Adjust CI
This commit is contained in:
+5
-1
@@ -8,4 +8,8 @@ indent_size = 2
|
|||||||
|
|
||||||
[README.md]
|
[README.md]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.yaml]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
@@ -20,6 +20,9 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
- name: Run build
|
||||||
|
run: npm run build
|
||||||
|
|
||||||
- name: Run TypeScript
|
- name: Run TypeScript
|
||||||
run: npm run check
|
run: npm run check
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user