Skip to content

Fix text and screenshots on welcome page #33

Fix text and screenshots on welcome page

Fix text and screenshots on welcome page #33

Re-run triggered December 7, 2023 16:15
Status Failure
Total duration 30s
Artifacts

compile-and-test.yml

on: pull_request
Lint, Compile and Test
17s
Lint, Compile and Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint, Compile and Test: src/views/webviews/welcome/welcome.ts#L1
Replace `"vscode";` with `'vscode'`
Lint, Compile and Test: src/views/webviews/welcome/welcome.ts#L4
Replace `"Welcome·to·Pullflow"` with `'Welcome·to·Pullflow'`
Lint, Compile and Test: src/views/webviews/welcome/welcome.ts#L5
Replace `"welcome-view"` with `'welcome-view'`
Lint, Compile and Test: src/views/webviews/welcome/welcome.ts#L16
Replace `"assets/pullflow.png");` with `'assets/pullflow.png')`
Lint, Compile and Test: src/views/webviews/welcome/welcome.ts#L23
Replace `"assets"` with `'assets'`
Lint, Compile and Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/