We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09228a1 commit da5cf96Copy full SHA for da5cf96
.github/workflows/lint.yaml
@@ -10,6 +10,7 @@ on:
10
- 'docs/**'
11
- 'deployments/**'
12
- '*.md'
13
+ - 'ui/**'
14
15
pull_request:
16
branches:
@@ -21,6 +22,7 @@ on:
21
22
23
24
25
26
27
jobs:
28
lint:
.github/workflows/test.yaml
@@ -11,6 +11,7 @@ on:
- 'scripts/**'
17
@@ -23,6 +24,7 @@ on:
29
30
# Run unit tests
0 commit comments