You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: deps - prettier v3
* style: run prettier v3
* chore: switch to default prettier
* style: run prettier v3 - apply default
* chore: update npm task to match all files locally as well
Copy file name to clipboardExpand all lines: .github/workflows/CI.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ name: CI
3
3
on:
4
4
push:
5
5
branches:
6
-
- '**'
6
+
- "**"
7
7
pull_request:
8
8
types: [opened, synchronize]
9
9
10
10
workflow_dispatch:
11
11
12
12
# to execute once a day (more info see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule )
13
13
schedule:
14
-
- cron: '0 0 * * *'
14
+
- cron: "0 0 * * *"
15
15
16
16
jobs:
17
17
build:
@@ -62,7 +62,7 @@ jobs:
62
62
name: NodeJS installed from stock Ubuntu-LTS packages (not external sources)
0 commit comments