[GH-ISSUE #564] Issue: Lang Formatter is Formatting "act"s files #381

Open
opened 2026-03-01 21:42:51 +03:00 by kerem · 5 comments
Owner

Originally created by @ebebbington on GitHub (Mar 12, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/564

Act version

act version 0.2.20

Expected behaviour

I should:

  1. Be able to use act to run my workflows
  2. The steps uses in that workflow should only apply to to the source code in the repository that is checkout out

Actual behaviour

Act seems to place files inside the checkout out repo, so when i try run a step that formats code (with --check), it seems to be checking those files?

Workflow and/or repository

Repo: https://github.com/drashland/deno-drash

name: Master

on:
  pull_request:
    branches:
      - master
  push:
    branches:
      - master

jobs:
  linter:
    # Only one OS is required since fmt is cross platform
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2

      - name: Install Deno v${{ matrix.deno }}
        uses: denolib/setup-deno@master

      - name: Formatter
        run: deno fmt --check

Steps to reproduce

  1. brew install act
  2. git clone https://github.com/drashland/deno-drash
  3. cd deno-drash
  4. act -v
  5. See output

act output

| from /github/workspace/cov/e16c823e-cef1-4358-ae0e-71529e9b5681.json:
|   1 | -{"scriptId":"99","url":"file:///Users/edwardbebbington/Development/drashland/deno-drash/src/http/response.ts","functions":[{"functionName":"","ranges":[{"startOffset":0,"endOffset":8914,"count":1}],"isBlockCoverage":true},{"functionName":"Response","ranges":[{"startOffset":116,"endOffset":387,"count":83}],"isBlockCoverage":true},{"functionName":"render","ranges":[{"startOffset":392,"endOffset":437,"count":1}],"isBlockCoverage":true},{"functionName":"setCookie","ranges":[{"startOffset":442,"endOffset":635,"count":2}],"isBlockCoverage":true},{"functionName":"delCookie","ranges":[{"startOffset":640,"endOffset":844,"count":1}],"isBlockCoverage":true},{"functionName":"generateResponse","ranges":[{"startOffset":849,"endOffset":1688,"count":47},{"startOffset":973,"endOffset":1064,"count":35},{"startOffset":1059,"endOffset":1063,"count":0},{"startOffset":1077,"endOffset":1100,"count":0},{"startOffset":1113,"endOffset":1130,"count":5},{"startOffset":1143,"endOffset":1159,"count":5},{"startOffset":1172,"endOffset":1190,"count":5},{"startOffset":1203,"endOffset":1672,"count":12},{"startOffset":1252,"endOffset":1306,"count":1},{"startOffset":1306,"endOffset":1352,"count":11},{"startOffset":1352,"endOffset":1411,"count":1},{"startOffset":1411,"endOffset":1464,"count":10},{"startOffset":1464,"endOffset":1532,"count":2},{"startOffset":1532,"endOffset":1584,"count":8},{"startOffset":1584,"endOffset":1638,"count":1},{"startOffset":1638,"endOffset":1672,"count":7}],"isBlockCoverage":true},{"functionName":"getStatusMessage","ranges":[{"startOffset":1693,"endOffset":1817,"count":2},{"startOffset":1794,"endOffset":1803,"count":1},{"startOffset":1804,"endOffset":1810,"count":1}],"isBlockCoverage":true},{"functionName":"getStatusMessageFull","ranges":[{"startOffset":1822,"endOffset":1977,"count":13},{"startOffset":1927,"endOffset":1963,"count":12},{"startOffset":1964,"endOffset":1970,"count":1}],"isBlockCoverage":true},{"functionName":"redirect","ranges":[{"startOffset":1982,"endOffset":2352,"count":3}],"isBlockCoverage":true},{"functionName":"send","ranges":[{"startOffset":2357,"endOffset":2676,"count":36}],"isBlockCoverage":true},{"functionName":"sendStatic","ranges":[{"startOffset":2681,"endOffset":2945,"count":10}],"isBlockCoverage":true},{"functionName":"getContentType","ranges":[{"startOffset":2950,"endOffset":3148,"count":83},{"startOffset":3016,"endOffset":3081,"count":9},{"startOffset":3081,"endOffset":3147,"count":74}],"isBlockCoverage":true},{"functionName":"getContentTypeFromRequestAcceptHeader","ranges":[{"startOffset":3153,"endOffset":3937,"count":74},{"startOffset":3253,"endOffset":3302,"count":73},{"startOffset":3324,"endOffset":3896,"count":1},{"startOffset":3534,"endOffset":3830,"count":0},{"startOffset":3857,"endOffset":3886,"count":0},{"startOffset":3896,"endOffset":3936,"count":73}],"isBlockCoverage":true}]}
|   1 | +{
|   2 | +  "scriptId": "99",
|   3 | +  "url": "file:///Users/edwardbebbington/Development/drashland/deno-drash/src/http/response.ts",
|   4 | +  "functions": [
|   5 | +    {
|   6 | +      "functionName": "",
|   7 | +      "ranges": [{ "startOffset": 0, "endOffset": 8914, "count": 1 }],
|   8 | +      "isBlockCoverage": true
|   9 | +    },
|  10 | +    {
|  11 | +      "functionName": "Response",
|  12 | +      "ranges": [{ "startOffset": 116, "endOffset": 387, "count": 83 }],
|  13 | +      "isBlockCoverage": true
|  14 | +    },
|  15 | +    {
|  16 | +      "functionName": "render",
|  17 | +      "ranges": [{ "startOffset": 392, "endOffset": 437, "count": 1 }],
|  18 | +      "isBlockCoverage": true
|  19 | +    },
|  20 | +    {
|  21 | +      "functionName": "setCookie",
|  22 | +      "ranges": [{ "startOffset": 442, "endOffset": 635, "count": 2 }],
|  23 | +      "isBlockCoverage": true
|  24 | +    },
|  25 | +    {
|  26 | +      "functionName": "delCookie",
|  27 | +      "ranges": [{ "startOffset": 640, "endOffset": 844, "count": 1 }],
|  28 | +      "isBlockCoverage": true
|  29 | +    },
|  30 | +    {
|  31 | +      "functionName": "generateResponse",
|  32 | +      "ranges": [
|  33 | +        { "startOffset": 849, "endOffset": 1688, "count": 47 },
|  34 | +        { "startOffset": 973, "endOffset": 1064, "count": 35 },
|  35 | +        { "startOffset": 1059, "endOffset": 1063, "count": 0 },
|  36 | +        { "startOffset": 1077, "endOffset": 1100, "count": 0 },
|  37 | +        { "startOffset": 1113, "endOffset": 1130, "count": 5 },
|  38 | +        { "startOffset": 1143, "endOffset": 1159, "count": 5 },
|  39 | +        { "startOffset": 1172, "endOffset": 1190, "count": 5 },
|  40 | +        { "startOffset": 1203, "endOffset": 1672, "count": 12 },
|  41 | +        { "startOffset": 1252, "endOffset": 1306, "count": 1 },
|  42 | +        { "startOffset": 1306, "endOffset": 1352, "count": 11 },
|  43 | +        { "startOffset": 1352, "endOffset": 1411, "count": 1 },
|  44 | +        { "startOffset": 1411, "endOffset": 1464, "count": 10 },
|  45 | +        { "startOffset": 1464, "endOffset": 1532, "count": 2 },
|  46 | +        { "startOffset": 1532, "endOffset": 1584, "count": 8 },
|  47 | +        { "startOffset": 1584, "endOffset": 1638, "count": 1 },
|  48 | +        { "startOffset": 1638, "endOffset": 1672, "count": 7 }
|  49 | +      ],
|  50 | +      "isBlockCoverage": true
|  51 | +    },
|  52 | +    {
|  53 | +      "functionName": "getStatusMessage",
|  54 | +      "ranges": [
|  55 | +        { "startOffset": 1693, "endOffset": 1817, "count": 2 },
|  56 | +        { "startOffset": 1794, "endOffset": 1803, "count": 1 },
|  57 | +        { "startOffset": 1804, "endOffset": 1810, "count": 1 }
|  58 | +      ],
|  59 | +      "isBlockCoverage": true
|  60 | +    },
|  61 | +    {
|  62 | +      "functionName": "getStatusMessageFull",
|  63 | +      "ranges": [
|  64 | +        { "startOffset": 1822, "endOffset": 1977, "count": 13 },
|  65 | +        { "startOffset": 1927, "endOffset": 1963, "count": 12 },
|  66 | +        { "startOffset": 1964, "endOffset": 1970, "count": 1 }
|  67 | +      ],
|  68 | +      "isBlockCoverage": true
|  69 | +    },
|  70 | +    {
|  71 | +      "functionName": "redirect",
|  72 | +      "ranges": [{ "startOffset": 1982, "endOffset": 2352, "count": 3 }],
|  73 | +      "isBlockCoverage": true
|  74 | +    },
|  75 | +    {
|  76 | +      "functionName": "send",
|  77 | +      "ranges": [{ "startOffset": 2357, "endOffset": 2676, "count": 36 }],
|  78 | +      "isBlockCoverage": true
|  79 | +    },
|  80 | +    {
|  81 | +      "functionName": "sendStatic",
|  82 | +      "ranges": [{ "startOffset": 2681, "endOffset": 2945, "count": 10 }],
|  83 | +      "isBlockCoverage": true
|  84 | +    },
|  85 | +    {
|  86 | +      "functionName": "getContentType",
|  87 | +      "ranges": [
|  88 | +        { "startOffset": 2950, "endOffset": 3148, "count": 83 },
|  89 | +        { "startOffset": 3016, "endOffset": 3081, "count": 9 },
|  90 | +        { "startOffset": 3081, "endOffset": 3147, "count": 74 }
|  91 | +      ],
|  92 | +      "isBlockCoverage": true
|  93 | +    },
|  94 | +    {
|  95 | +      "functionName": "getContentTypeFromRequestAcceptHeader",
|  96 | +      "ranges": [
|  97 | +        { "startOffset": 3153, "endOffset": 3937, "count": 74 },
|  98 | +        { "startOffset": 3253, "endOffset": 3302, "count": 73 },
|  99 | +        { "startOffset": 3324, "endOffset": 3896, "count": 1 },
| 100 | +        { "startOffset": 3534, "endOffset": 3830, "count": 0 },
| 101 | +        { "startOffset": 3857, "endOffset": 3886, "count": 0 },
| 102 | +        { "startOffset": 3896, "endOffset": 3936, "count": 73 }
| 103 | +      ],
| 104 | +      "isBlockCoverage": true
| 105 | +    }
| 106 | +  ]
| 107 | +}
| 
| 
| from /github/workspace/tests/data/static_file.json:
| 1 | -{"test":"test"}
| 1 | +{ "test": "test" }
| 
| error: Found 135 not formatted files in 258 files
[Master/linter                       ]   ❌  Failure - Formatter

And many other files but were omitted. Those files are not deno-drash's

Originally created by @ebebbington on GitHub (Mar 12, 2021). Original GitHub issue: https://github.com/nektos/act/issues/564 <!-- - Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases) - Search the existing issues. - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> ## Act version ```none act version 0.2.20 ``` ## Expected behaviour I should: 1. Be able to use act to run my workflows 2. The steps uses in that workflow should only apply to to the source code in the repository that is checkout out ## Actual behaviour Act seems to place files inside the checkout out repo, so when i try run a step that formats code (with --check), it seems to be checking those files? ## Workflow and/or repository Repo: https://github.com/drashland/deno-drash ```yaml name: Master on: pull_request: branches: - master push: branches: - master jobs: linter: # Only one OS is required since fmt is cross platform runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install Deno v${{ matrix.deno }} uses: denolib/setup-deno@master - name: Formatter run: deno fmt --check ``` ## Steps to reproduce 1. `brew install act` 2. `git clone https://github.com/drashland/deno-drash` 3. `cd deno-drash` 4. `act -v` 5. See output ## `act` output ```none | from /github/workspace/cov/e16c823e-cef1-4358-ae0e-71529e9b5681.json: | 1 | -{"scriptId":"99","url":"file:///Users/edwardbebbington/Development/drashland/deno-drash/src/http/response.ts","functions":[{"functionName":"","ranges":[{"startOffset":0,"endOffset":8914,"count":1}],"isBlockCoverage":true},{"functionName":"Response","ranges":[{"startOffset":116,"endOffset":387,"count":83}],"isBlockCoverage":true},{"functionName":"render","ranges":[{"startOffset":392,"endOffset":437,"count":1}],"isBlockCoverage":true},{"functionName":"setCookie","ranges":[{"startOffset":442,"endOffset":635,"count":2}],"isBlockCoverage":true},{"functionName":"delCookie","ranges":[{"startOffset":640,"endOffset":844,"count":1}],"isBlockCoverage":true},{"functionName":"generateResponse","ranges":[{"startOffset":849,"endOffset":1688,"count":47},{"startOffset":973,"endOffset":1064,"count":35},{"startOffset":1059,"endOffset":1063,"count":0},{"startOffset":1077,"endOffset":1100,"count":0},{"startOffset":1113,"endOffset":1130,"count":5},{"startOffset":1143,"endOffset":1159,"count":5},{"startOffset":1172,"endOffset":1190,"count":5},{"startOffset":1203,"endOffset":1672,"count":12},{"startOffset":1252,"endOffset":1306,"count":1},{"startOffset":1306,"endOffset":1352,"count":11},{"startOffset":1352,"endOffset":1411,"count":1},{"startOffset":1411,"endOffset":1464,"count":10},{"startOffset":1464,"endOffset":1532,"count":2},{"startOffset":1532,"endOffset":1584,"count":8},{"startOffset":1584,"endOffset":1638,"count":1},{"startOffset":1638,"endOffset":1672,"count":7}],"isBlockCoverage":true},{"functionName":"getStatusMessage","ranges":[{"startOffset":1693,"endOffset":1817,"count":2},{"startOffset":1794,"endOffset":1803,"count":1},{"startOffset":1804,"endOffset":1810,"count":1}],"isBlockCoverage":true},{"functionName":"getStatusMessageFull","ranges":[{"startOffset":1822,"endOffset":1977,"count":13},{"startOffset":1927,"endOffset":1963,"count":12},{"startOffset":1964,"endOffset":1970,"count":1}],"isBlockCoverage":true},{"functionName":"redirect","ranges":[{"startOffset":1982,"endOffset":2352,"count":3}],"isBlockCoverage":true},{"functionName":"send","ranges":[{"startOffset":2357,"endOffset":2676,"count":36}],"isBlockCoverage":true},{"functionName":"sendStatic","ranges":[{"startOffset":2681,"endOffset":2945,"count":10}],"isBlockCoverage":true},{"functionName":"getContentType","ranges":[{"startOffset":2950,"endOffset":3148,"count":83},{"startOffset":3016,"endOffset":3081,"count":9},{"startOffset":3081,"endOffset":3147,"count":74}],"isBlockCoverage":true},{"functionName":"getContentTypeFromRequestAcceptHeader","ranges":[{"startOffset":3153,"endOffset":3937,"count":74},{"startOffset":3253,"endOffset":3302,"count":73},{"startOffset":3324,"endOffset":3896,"count":1},{"startOffset":3534,"endOffset":3830,"count":0},{"startOffset":3857,"endOffset":3886,"count":0},{"startOffset":3896,"endOffset":3936,"count":73}],"isBlockCoverage":true}]} | 1 | +{ | 2 | + "scriptId": "99", | 3 | + "url": "file:///Users/edwardbebbington/Development/drashland/deno-drash/src/http/response.ts", | 4 | + "functions": [ | 5 | + { | 6 | + "functionName": "", | 7 | + "ranges": [{ "startOffset": 0, "endOffset": 8914, "count": 1 }], | 8 | + "isBlockCoverage": true | 9 | + }, | 10 | + { | 11 | + "functionName": "Response", | 12 | + "ranges": [{ "startOffset": 116, "endOffset": 387, "count": 83 }], | 13 | + "isBlockCoverage": true | 14 | + }, | 15 | + { | 16 | + "functionName": "render", | 17 | + "ranges": [{ "startOffset": 392, "endOffset": 437, "count": 1 }], | 18 | + "isBlockCoverage": true | 19 | + }, | 20 | + { | 21 | + "functionName": "setCookie", | 22 | + "ranges": [{ "startOffset": 442, "endOffset": 635, "count": 2 }], | 23 | + "isBlockCoverage": true | 24 | + }, | 25 | + { | 26 | + "functionName": "delCookie", | 27 | + "ranges": [{ "startOffset": 640, "endOffset": 844, "count": 1 }], | 28 | + "isBlockCoverage": true | 29 | + }, | 30 | + { | 31 | + "functionName": "generateResponse", | 32 | + "ranges": [ | 33 | + { "startOffset": 849, "endOffset": 1688, "count": 47 }, | 34 | + { "startOffset": 973, "endOffset": 1064, "count": 35 }, | 35 | + { "startOffset": 1059, "endOffset": 1063, "count": 0 }, | 36 | + { "startOffset": 1077, "endOffset": 1100, "count": 0 }, | 37 | + { "startOffset": 1113, "endOffset": 1130, "count": 5 }, | 38 | + { "startOffset": 1143, "endOffset": 1159, "count": 5 }, | 39 | + { "startOffset": 1172, "endOffset": 1190, "count": 5 }, | 40 | + { "startOffset": 1203, "endOffset": 1672, "count": 12 }, | 41 | + { "startOffset": 1252, "endOffset": 1306, "count": 1 }, | 42 | + { "startOffset": 1306, "endOffset": 1352, "count": 11 }, | 43 | + { "startOffset": 1352, "endOffset": 1411, "count": 1 }, | 44 | + { "startOffset": 1411, "endOffset": 1464, "count": 10 }, | 45 | + { "startOffset": 1464, "endOffset": 1532, "count": 2 }, | 46 | + { "startOffset": 1532, "endOffset": 1584, "count": 8 }, | 47 | + { "startOffset": 1584, "endOffset": 1638, "count": 1 }, | 48 | + { "startOffset": 1638, "endOffset": 1672, "count": 7 } | 49 | + ], | 50 | + "isBlockCoverage": true | 51 | + }, | 52 | + { | 53 | + "functionName": "getStatusMessage", | 54 | + "ranges": [ | 55 | + { "startOffset": 1693, "endOffset": 1817, "count": 2 }, | 56 | + { "startOffset": 1794, "endOffset": 1803, "count": 1 }, | 57 | + { "startOffset": 1804, "endOffset": 1810, "count": 1 } | 58 | + ], | 59 | + "isBlockCoverage": true | 60 | + }, | 61 | + { | 62 | + "functionName": "getStatusMessageFull", | 63 | + "ranges": [ | 64 | + { "startOffset": 1822, "endOffset": 1977, "count": 13 }, | 65 | + { "startOffset": 1927, "endOffset": 1963, "count": 12 }, | 66 | + { "startOffset": 1964, "endOffset": 1970, "count": 1 } | 67 | + ], | 68 | + "isBlockCoverage": true | 69 | + }, | 70 | + { | 71 | + "functionName": "redirect", | 72 | + "ranges": [{ "startOffset": 1982, "endOffset": 2352, "count": 3 }], | 73 | + "isBlockCoverage": true | 74 | + }, | 75 | + { | 76 | + "functionName": "send", | 77 | + "ranges": [{ "startOffset": 2357, "endOffset": 2676, "count": 36 }], | 78 | + "isBlockCoverage": true | 79 | + }, | 80 | + { | 81 | + "functionName": "sendStatic", | 82 | + "ranges": [{ "startOffset": 2681, "endOffset": 2945, "count": 10 }], | 83 | + "isBlockCoverage": true | 84 | + }, | 85 | + { | 86 | + "functionName": "getContentType", | 87 | + "ranges": [ | 88 | + { "startOffset": 2950, "endOffset": 3148, "count": 83 }, | 89 | + { "startOffset": 3016, "endOffset": 3081, "count": 9 }, | 90 | + { "startOffset": 3081, "endOffset": 3147, "count": 74 } | 91 | + ], | 92 | + "isBlockCoverage": true | 93 | + }, | 94 | + { | 95 | + "functionName": "getContentTypeFromRequestAcceptHeader", | 96 | + "ranges": [ | 97 | + { "startOffset": 3153, "endOffset": 3937, "count": 74 }, | 98 | + { "startOffset": 3253, "endOffset": 3302, "count": 73 }, | 99 | + { "startOffset": 3324, "endOffset": 3896, "count": 1 }, | 100 | + { "startOffset": 3534, "endOffset": 3830, "count": 0 }, | 101 | + { "startOffset": 3857, "endOffset": 3886, "count": 0 }, | 102 | + { "startOffset": 3896, "endOffset": 3936, "count": 73 } | 103 | + ], | 104 | + "isBlockCoverage": true | 105 | + } | 106 | + ] | 107 | +} | | | from /github/workspace/tests/data/static_file.json: | 1 | -{"test":"test"} | 1 | +{ "test": "test" } | | error: Found 135 not formatted files in 258 files [Master/linter ] ❌ Failure - Formatter ``` And many other files but were omitted. Those files are not deno-drash's
Author
Owner

@catthehacker commented on GitHub (Mar 12, 2021):

Hi, could you please post full log from act?

<!-- gh-comment-id:797463907 --> @catthehacker commented on GitHub (Mar 12, 2021): Hi, could you please post full log from `act`?
Author
Owner

@catthehacker commented on GitHub (Mar 12, 2021):

Ok, so issue occurs only on Windows due to copy. I have no idea yet how to fix that.

Windows
[Master/linter] 🚀  Start image=catthehacker/ubuntu:act-latest
[Master/linter]   🐳  docker pull catthehacker/ubuntu:act-latest
[Master/linter] Removed container: 2c76fcf07ccb44847e668605b04f18e917bf3c8c2068c93dfe6e98525c0e7571
[Master/linter]   🐳  docker volume rm act-Master-linter
[Master/linter]   🐳  docker create image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Master/linter] Created container name=act-Master-linter id=18e732771c2e5a218c46b1f705a93fc20fe9f0fb2614a5042317b6e7cd8e8e67 from image catthehacker/ubuntu:act-latest
[Master/linter] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp]
[Master/linter]   🐳  docker run image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Master/linter] Starting container: 18e732771c2e5a218c46b1f705a93fc20fe9f0fb2614a5042317b6e7cd8e8e67
[Master/linter] Started container: 18e732771c2e5a218c46b1f705a93fc20fe9f0fb2614a5042317b6e7cd8e8e67
[Master/linter]   🐳  docker cp src=C:\Users\cat\deno-drash\. dst=\github\workspace
[Master/linter] Exec command '[mkdir -p /github/workspace]'
[Master/linter] Extracting content from 'C:\Users\cat\AppData\Local\Temp\act129668715' to '\github\workspace'
[Master/linter] Extracting content to '/github/'
[Master/linter] ⭐  Run actions/checkout@v2
[Master/linter] Skipping actions/checkout
[Master/linter]   ✅  Success - actions/checkout@v2
[Master/linter] ⭐  Run Install Deno v
[Master/linter]   ☁  git clone 'https://github.com/denolib/setup-deno' # ref=master
[Master/linter]   cloning https://github.com/denolib/setup-deno to C:\Users\cat\.cache\act/denolib-setup-deno@master
[Master/linter] Provided ref is not a sha. Checking out branch before pulling changes
[Master/linter] Cloned https://github.com/denolib/setup-deno to C:\Users\cat\.cache\act/denolib-setup-deno@master
[Master/linter] Checked out master
[Master/linter]   🐳  docker cp src=C:\Users\cat\.cache\act/denolib-setup-deno@master dst=/actions/
[Master/linter] Exec command '[mkdir -p /actions/]'
[Master/linter] Extracting content from 'C:\Users\cat\AppData\Local\Temp\act840213710' to '/actions/'
[Master/linter] Exec command '[node /actions/denolib-setup-deno@master/dist/index.js]'
[Master/linter]   💬  ::debug::isExplicit: 
[Master/linter]   💬  ::debug::explicit? false
[Master/linter]   💬  ::debug::evaluating 0 versions
[Master/linter]   💬  ::debug::match not found
[Master/linter]   💬  ::debug::Downloading deno at version v1.x
[Master/linter]   💬  ::debug::acquire Deno 'v1.x'
[Master/linter]   💬  ::debug::found Deno versions '[%0A  "v0.1.0",%0A  "v0.1.1",%0A  "v0.1.2",%0A  "v0.1.3",%0A  "v0.1.4",%0A  "v0.1.5",%0A  "v0.1.6",%0A  "v0.1.7",%0A  "v0.1.8",%0A  "v0.1.9",%0A  "v0.1.10",%0A  "v0.1.11",%0A  "v0.1.12",%0A  "v0.2.0",%0A  "v0.2.1",%0A  "v0.2.2",%0A  "v0.2.3",%0A  "v0.2.4",%0A  "v0.2.5",%0A  "v0.2.6",%0A  "v0.2.7",%0A  "v0.2.8",%0A  "v0.2.9",%0A  "v0.2.10",%0A  "v0.2.11",%0A  "v0.3.0",%0A  "v0.3.1",%0A  "v0.3.2",%0A  "v0.3.3",%0A  "v0.3.4",%0A  "v0.3.5",%0A  "v0.3.6",%0A  "v0.3.7",%0A  "v0.3.8",%0A  "v0.3.9",%0A  "v0.3.10",%0A  "v0.4.0",%0A  "v0.5.0",%0A  "v0.6.0",%0A  "v0.7.0",%0A  "v0.8.0",%0A  "v0.9.0",%0A  "v0.10.0",%0A  "v0.11.0",%0A  "v0.12.0",%0A  "v0.13.0",%0A  "v0.14.0",%0A  "v0.15.0",%0A  "v0.16.0",%0A  "v0.17.0",%0A  "v0.18.0",%0A  "v0.19.0",%0A  "v0.20.0",%0A  "v0.21.0",%0A  "v0.22.0",%0A  "v0.23.0",%0A  "v0.24.0",%0A  "v0.25.0",%0A  "v0.26.0",%0A  "v0.27.0",%0A  "v0.28.0",%0A  "v0.28.1",%0A  "v0.29.0",%0A  "v0.30.0",%0A  "v0.31.0",%0A  "v0.32.0",%0A  "v0.33.0",%0A  "v0.34.0",%0A  "v0.35.0",%0A  "v0.36.0",%0A  "v0.37.0",%0A  "v0.37.1",%0A  "v0.38.0",%0A  "v0.39.0",%0A  "v0.40.0",%0A  "v0.41.0",%0A  "v0.42.0",%0A  "v1.0.0",%0A  "v1.0.0",%0A  "v1.0.0",%0A  "v1.0.0",%0A  "v1.0.1",%0A  "v1.0.2",%0A  "v1.0.3",%0A  "v1.0.4",%0A  "v1.0.5",%0A  "v1.1.0",%0A  "v1.1.1",%0A  "v1.1.2",%0A  "v1.1.3",%0A  "v1.2.0",%0A  "v1.2.1",%0A  "v1.2.2",%0A  "v1.2.3",%0A  "v1.3.0",%0A  "v1.3.1",%0A  "v1.3.2",%0A  "v1.3.3",%0A  "v1.4.0",%0A  "v1.4.1",%0A  "v1.4.2",%0A  "v1.4.3",%0A  "v1.4.4",%0A  "v1.4.5",%0A  "v1.4.6",%0A  "v1.5.0",%0A  "v1.5.1",%0A  "v1.5.2",%0A  "v1.5.3",%0A  "v1.5.4",%0A  "v1.6.0",%0A  "v1.6.1",%0A  "v1.6.2",%0A  "v1.6.3",%0A  "v1.7.0",%0A  "v1.7.1",%0A  "v1.7.2",%0A  "v1.7.4",%0A  "v1.7.5",%0A  "v1.8.0",%0A  "v1.8.1"%0A]'
[Master/linter]   💬  ::debug::matched: v1.8.1
[Master/linter]   💬  ::debug::resolve Deno 'v1.8.1'
[Master/linter]   💬  ::debug::download Deno from 'https://github.com/denoland/deno/releases/download/v1.8.1/deno-x86_64-unknown-linux-gnu.zip'
[Master/linter]   💬  ::debug::Downloading https://github.com/denoland/deno/releases/download/v1.8.1/deno-x86_64-unknown-linux-gnu.zip
[Master/linter]   💬  ::debug::Destination /tmp/8be6fef6-c24b-4e52-a5cc-985813a66bb0
[Master/linter]   💬  ::debug::download complete
[Master/linter]   | [command]/usr/bin/unzip -q /tmp/8be6fef6-c24b-4e52-a5cc-985813a66bb0
[Master/linter]   💬  ::debug::deno file path '/tmp/cb8e4fa1-3bdf-47cf-89be-4fcdd8627c42'
[Master/linter]   💬  ::debug::Caching tool deno 1.8.1 x64
[Master/linter]   💬  ::debug::source dir: /tmp/cb8e4fa1-3bdf-47cf-89be-4fcdd8627c42
[Master/linter]   💬  ::debug::destination /opt/hostedtoolcache/deno/1.8.1/x64
[Master/linter]   💬  ::debug::finished caching tool
[Master/linter]   ⚙  ::add-path:: /opt/hostedtoolcache/deno/1.8.1/x64
[Master/linter]   ⚙  ::add-path:: /github/home/.deno/bin
[Master/linter]   ✅  Success - Install Deno v
[Master/linter] ⭐  Run Formatter
[Master/linter] Extracting content to '/github/'
[Master/linter] Exec command '[bash --noprofile --norc -e /github/workflow/2]'
[Master/linter]   | 
[Master/linter]   | from /github/workspace/egg.json:
[Master/linter]   |  1 | -{

[Master/linter]   |  1 | +{
[Master/linter]   |  2 | -  "name": "deno-drash",

[Master/linter]   |  2 | +  "name": "deno-drash",
[Master/linter]   |  3 | -  "description": "A REST microframework for Deno's HTTP server with zero dependencies.",

[Master/linter]   |  3 | +  "description": "A REST microframework for Deno's HTTP server with zero dependencies.",
[Master/linter]   |  4 | -  "version": "1.4.1",

[Master/linter]   |  4 | +  "version": "1.4.1",
[Master/linter]   |  5 | -  "stable": true,

[Master/linter]   |  5 | +  "stable": true,
[Master/linter]   |  6 | -  "repository": "https://github.com/drashland/deno-drash",

[Master/linter]   |  6 | +  "repository": "https://github.com/drashland/deno-drash",
[Master/linter]   |  7 | -  "files": [
[Master/linter]   | 8060 | -    extensions: ["dvb"],

[Master/linter]   | 8060 | +    extensions: ["dvb"],
[Master/linter]   | 8061 | -  },

[Master/linter]   | 8061 | +  },
[Master/linter]   | 8062 | -  "video/vnd.fvt": {

[...]

[Master/linter]   | 8219 | +  },
[Master/linter]   | 8220 | -  "x-shader/x-vertex": {

[Master/linter]   | 8220 | +  "x-shader/x-vertex": {
[Master/linter]   | 8221 | -    compressible: true,

[Master/linter]   | 8221 | +    compressible: true,
[Master/linter]   | 8222 | -  },

[Master/linter]   | 8222 | +  },
[Master/linter]   | 8223 | -};

[Master/linter]   | 8223 | +};
[Master/linter]   | 
[Master/linter]   | error: Found 122 not formatted files in 123 files
[Master/linter]   ❌  Failure - Formatter
Linux
[Master/linter] 🚀  Start image=catthehacker/ubuntu:act-latest
[Master/linter]   🐳  docker pull catthehacker/ubuntu:act-latest
[Master/linter] Removed container: 676e39cedfa719f4d1d7cabd9a3612da7e51cbef3ff80c00bca35fff35e96e48
[Master/linter]   🐳  docker volume rm act-Master-linter
[Master/linter]   🐳  docker create image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Master/linter] Created container name=act-Master-linter id=b4f1f6bc0023469e1ad36b98aa3a0d2f3297e9e36f205b75fd8b980229453ea4 from image catthehacker/ubuntu:act-latest
[Master/linter] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp]
[Master/linter]   🐳  docker run image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Master/linter] Starting container: b4f1f6bc0023469e1ad36b98aa3a0d2f3297e9e36f205b75fd8b980229453ea4
[Master/linter] Started container: b4f1f6bc0023469e1ad36b98aa3a0d2f3297e9e36f205b75fd8b980229453ea4
[Master/linter]   🐳  docker cp src=/home/cat/deno-drash/. dst=/github/workspace
[Master/linter] Exec command '[mkdir -p /github/workspace]'
[Master/linter] Extracting content from '/tmp/act421285052' to '/github/workspace'
[Master/linter] Extracting content to '/github/'
[Master/linter] ⭐  Run actions/checkout@v2
[Master/linter] Skipping actions/checkout
[Master/linter]   ✅  Success - actions/checkout@v2
[Master/linter] ⭐  Run Install Deno v
[Master/linter]   ☁  git clone 'https://github.com/denolib/setup-deno' # ref=master
[Master/linter]   cloning https://github.com/denolib/setup-deno to /home/cat/.cache/act/denolib-setup-deno@master
[Master/linter] Provided ref is not a sha. Checking out branch before pulling changes
[Master/linter] Cloned https://github.com/denolib/setup-deno to /home/cat/.cache/act/denolib-setup-deno@master
[Master/linter] Checked out master
[Master/linter]   🐳  docker cp src=/home/cat/.cache/act/denolib-setup-deno@master dst=/actions/
[Master/linter] Exec command '[mkdir -p /actions/]'
[Master/linter] Extracting content from '/tmp/act413201131' to '/actions/'
[Master/linter] Exec command '[node /actions/denolib-setup-deno@master/dist/index.js]'
[Master/linter]   💬  ::debug::isExplicit: 
[Master/linter]   💬  ::debug::explicit? false
[Master/linter]   💬  ::debug::evaluating 0 versions
[Master/linter]   💬  ::debug::match not found
[Master/linter]   💬  ::debug::Downloading deno at version v1.x
[Master/linter]   💬  ::debug::acquire Deno 'v1.x'
[Master/linter]   💬  ::debug::found Deno versions '[%0A  "v0.1.0",%0A  "v0.1.1",%0A  "v0.1.2",%0A  "v0.1.3",%0A  "v0.1.4",%0A  "v0.1.5",%0A  "v0.1.6",%0A  "v0.1.7",%0A  "v0.1.8",%0A  "v0.1.9",%0A  "v0.1.10",%0A  "v0.1.11",%0A  "v0.1.12",%0A  "v0.2.0",%0A  "v0.2.1",%0A  "v0.2.2",%0A  "v0.2.3",%0A  "v0.2.4",%0A  "v0.2.5",%0A  "v0.2.6",%0A  "v0.2.7",%0A  "v0.2.8",%0A  "v0.2.9",%0A  "v0.2.10",%0A  "v0.2.11",%0A  "v0.3.0",%0A  "v0.3.1",%0A  "v0.3.2",%0A  "v0.3.3",%0A  "v0.3.4",%0A  "v0.3.5",%0A  "v0.3.6",%0A  "v0.3.7",%0A  "v0.3.8",%0A  "v0.3.9",%0A  "v0.3.10",%0A  "v0.4.0",%0A  "v0.5.0",%0A  "v0.6.0",%0A  "v0.7.0",%0A  "v0.8.0",%0A  "v0.9.0",%0A  "v0.10.0",%0A  "v0.11.0",%0A  "v0.12.0",%0A  "v0.13.0",%0A  "v0.14.0",%0A  "v0.15.0",%0A  "v0.16.0",%0A  "v0.17.0",%0A  "v0.18.0",%0A  "v0.19.0",%0A  "v0.20.0",%0A  "v0.21.0",%0A  "v0.22.0",%0A  "v0.23.0",%0A  "v0.24.0",%0A  "v0.25.0",%0A  "v0.26.0",%0A  "v0.27.0",%0A  "v0.28.0",%0A  "v0.28.1",%0A  "v0.29.0",%0A  "v0.30.0",%0A  "v0.31.0",%0A  "v0.32.0",%0A  "v0.33.0",%0A  "v0.34.0",%0A  "v0.35.0",%0A  "v0.36.0",%0A  "v0.37.0",%0A  "v0.37.1",%0A  "v0.38.0",%0A  "v0.39.0",%0A  "v0.40.0",%0A  "v0.41.0",%0A  "v0.42.0",%0A  "v1.0.0",%0A  "v1.0.0",%0A  "v1.0.0",%0A  "v1.0.0",%0A  "v1.0.1",%0A  "v1.0.2",%0A  "v1.0.3",%0A  "v1.0.4",%0A  "v1.0.5",%0A  "v1.1.0",%0A  "v1.1.1",%0A  "v1.1.2",%0A  "v1.1.3",%0A  "v1.2.0",%0A  "v1.2.1",%0A  "v1.2.2",%0A  "v1.2.3",%0A  "v1.3.0",%0A  "v1.3.1",%0A  "v1.3.2",%0A  "v1.3.3",%0A  "v1.4.0",%0A  "v1.4.1",%0A  "v1.4.2",%0A  "v1.4.3",%0A  "v1.4.4",%0A  "v1.4.5",%0A  "v1.4.6",%0A  "v1.5.0",%0A  "v1.5.1",%0A  "v1.5.2",%0A  "v1.5.3",%0A  "v1.5.4",%0A  "v1.6.0",%0A  "v1.6.1",%0A  "v1.6.2",%0A  "v1.6.3",%0A  "v1.7.0",%0A  "v1.7.1",%0A  "v1.7.2",%0A  "v1.7.4",%0A  "v1.7.5",%0A  "v1.8.0",%0A  "v1.8.1"%0A]'
[Master/linter]   💬  ::debug::matched: v1.8.1
[Master/linter]   💬  ::debug::resolve Deno 'v1.8.1'
[Master/linter]   💬  ::debug::download Deno from 'https://github.com/denoland/deno/releases/download/v1.8.1/deno-x86_64-unknown-linux-gnu.zip'
[Master/linter]   💬  ::debug::Downloading https://github.com/denoland/deno/releases/download/v1.8.1/deno-x86_64-unknown-linux-gnu.zip
[Master/linter]   💬  ::debug::Destination /tmp/76e3070f-ece6-4390-a433-eba4b5fb8f28
[Master/linter]   💬  ::debug::download complete
[Master/linter]   | [command]/usr/bin/unzip -q /tmp/76e3070f-ece6-4390-a433-eba4b5fb8f28
[Master/linter]   💬  ::debug::deno file path '/tmp/105505bc-2b8e-4edb-8f8f-9025d58b6572'
[Master/linter]   💬  ::debug::Caching tool deno 1.8.1 x64
[Master/linter]   💬  ::debug::source dir: /tmp/105505bc-2b8e-4edb-8f8f-9025d58b6572
[Master/linter]   💬  ::debug::destination /opt/hostedtoolcache/deno/1.8.1/x64
[Master/linter]   💬  ::debug::finished caching tool
[Master/linter]   ⚙  ::add-path:: /opt/hostedtoolcache/deno/1.8.1/x64
[Master/linter]   ⚙  ::add-path:: /github/home/.deno/bin
[Master/linter]   ✅  Success - Install Deno v
[Master/linter] ⭐  Run Formatter
[Master/linter] Extracting content to '/github/'
[Master/linter] Exec command '[bash --noprofile --norc -eo pipefail /github/workflow/2]'
[Master/linter]   | 
[Master/linter]   | from /github/workspace/tests/data/static_file.json:
[Master/linter]   | 1 | -{"test":"test"}
[Master/linter]   | 1 | +{ "test": "test" }
[Master/linter]   | 
[Master/linter]   | 
[Master/linter]   | from /github/workspace/tsconfig.json:
[Master/linter]   | 
[Master/linter]   | 
[Master/linter]   | from /github/workspace/console/create_app/package_react.json:
[Master/linter]   | 
[Master/linter]   | 
[Master/linter]   | from /github/workspace/console/create_app/tsconfig_react.json:
[Master/linter]   | 
[Master/linter]   | error: Found 4 not formatted files in 123 files
[Master/linter]   ❌  Failure - Formatter
<!-- gh-comment-id:797506773 --> @catthehacker commented on GitHub (Mar 12, 2021): Ok, so issue occurs only on Windows due to copy. I have no idea yet how to fix that. <details> <summary>Windows</summary> ``` [Master/linter] 🚀 Start image=catthehacker/ubuntu:act-latest [Master/linter] 🐳 docker pull catthehacker/ubuntu:act-latest [Master/linter] Removed container: 2c76fcf07ccb44847e668605b04f18e917bf3c8c2068c93dfe6e98525c0e7571 [Master/linter] 🐳 docker volume rm act-Master-linter [Master/linter] 🐳 docker create image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Master/linter] Created container name=act-Master-linter id=18e732771c2e5a218c46b1f705a93fc20fe9f0fb2614a5042317b6e7cd8e8e67 from image catthehacker/ubuntu:act-latest [Master/linter] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [Master/linter] 🐳 docker run image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Master/linter] Starting container: 18e732771c2e5a218c46b1f705a93fc20fe9f0fb2614a5042317b6e7cd8e8e67 [Master/linter] Started container: 18e732771c2e5a218c46b1f705a93fc20fe9f0fb2614a5042317b6e7cd8e8e67 [Master/linter] 🐳 docker cp src=C:\Users\cat\deno-drash\. dst=\github\workspace [Master/linter] Exec command '[mkdir -p /github/workspace]' [Master/linter] Extracting content from 'C:\Users\cat\AppData\Local\Temp\act129668715' to '\github\workspace' [Master/linter] Extracting content to '/github/' [Master/linter] ⭐ Run actions/checkout@v2 [Master/linter] Skipping actions/checkout [Master/linter] ✅ Success - actions/checkout@v2 [Master/linter] ⭐ Run Install Deno v [Master/linter] ☁ git clone 'https://github.com/denolib/setup-deno' # ref=master [Master/linter] cloning https://github.com/denolib/setup-deno to C:\Users\cat\.cache\act/denolib-setup-deno@master [Master/linter] Provided ref is not a sha. Checking out branch before pulling changes [Master/linter] Cloned https://github.com/denolib/setup-deno to C:\Users\cat\.cache\act/denolib-setup-deno@master [Master/linter] Checked out master [Master/linter] 🐳 docker cp src=C:\Users\cat\.cache\act/denolib-setup-deno@master dst=/actions/ [Master/linter] Exec command '[mkdir -p /actions/]' [Master/linter] Extracting content from 'C:\Users\cat\AppData\Local\Temp\act840213710' to '/actions/' [Master/linter] Exec command '[node /actions/denolib-setup-deno@master/dist/index.js]' [Master/linter] 💬 ::debug::isExplicit: [Master/linter] 💬 ::debug::explicit? false [Master/linter] 💬 ::debug::evaluating 0 versions [Master/linter] 💬 ::debug::match not found [Master/linter] 💬 ::debug::Downloading deno at version v1.x [Master/linter] 💬 ::debug::acquire Deno 'v1.x' [Master/linter] 💬 ::debug::found Deno versions '[%0A "v0.1.0",%0A "v0.1.1",%0A "v0.1.2",%0A "v0.1.3",%0A "v0.1.4",%0A "v0.1.5",%0A "v0.1.6",%0A "v0.1.7",%0A "v0.1.8",%0A "v0.1.9",%0A "v0.1.10",%0A "v0.1.11",%0A "v0.1.12",%0A "v0.2.0",%0A "v0.2.1",%0A "v0.2.2",%0A "v0.2.3",%0A "v0.2.4",%0A "v0.2.5",%0A "v0.2.6",%0A "v0.2.7",%0A "v0.2.8",%0A "v0.2.9",%0A "v0.2.10",%0A "v0.2.11",%0A "v0.3.0",%0A "v0.3.1",%0A "v0.3.2",%0A "v0.3.3",%0A "v0.3.4",%0A "v0.3.5",%0A "v0.3.6",%0A "v0.3.7",%0A "v0.3.8",%0A "v0.3.9",%0A "v0.3.10",%0A "v0.4.0",%0A "v0.5.0",%0A "v0.6.0",%0A "v0.7.0",%0A "v0.8.0",%0A "v0.9.0",%0A "v0.10.0",%0A "v0.11.0",%0A "v0.12.0",%0A "v0.13.0",%0A "v0.14.0",%0A "v0.15.0",%0A "v0.16.0",%0A "v0.17.0",%0A "v0.18.0",%0A "v0.19.0",%0A "v0.20.0",%0A "v0.21.0",%0A "v0.22.0",%0A "v0.23.0",%0A "v0.24.0",%0A "v0.25.0",%0A "v0.26.0",%0A "v0.27.0",%0A "v0.28.0",%0A "v0.28.1",%0A "v0.29.0",%0A "v0.30.0",%0A "v0.31.0",%0A "v0.32.0",%0A "v0.33.0",%0A "v0.34.0",%0A "v0.35.0",%0A "v0.36.0",%0A "v0.37.0",%0A "v0.37.1",%0A "v0.38.0",%0A "v0.39.0",%0A "v0.40.0",%0A "v0.41.0",%0A "v0.42.0",%0A "v1.0.0",%0A "v1.0.0",%0A "v1.0.0",%0A "v1.0.0",%0A "v1.0.1",%0A "v1.0.2",%0A "v1.0.3",%0A "v1.0.4",%0A "v1.0.5",%0A "v1.1.0",%0A "v1.1.1",%0A "v1.1.2",%0A "v1.1.3",%0A "v1.2.0",%0A "v1.2.1",%0A "v1.2.2",%0A "v1.2.3",%0A "v1.3.0",%0A "v1.3.1",%0A "v1.3.2",%0A "v1.3.3",%0A "v1.4.0",%0A "v1.4.1",%0A "v1.4.2",%0A "v1.4.3",%0A "v1.4.4",%0A "v1.4.5",%0A "v1.4.6",%0A "v1.5.0",%0A "v1.5.1",%0A "v1.5.2",%0A "v1.5.3",%0A "v1.5.4",%0A "v1.6.0",%0A "v1.6.1",%0A "v1.6.2",%0A "v1.6.3",%0A "v1.7.0",%0A "v1.7.1",%0A "v1.7.2",%0A "v1.7.4",%0A "v1.7.5",%0A "v1.8.0",%0A "v1.8.1"%0A]' [Master/linter] 💬 ::debug::matched: v1.8.1 [Master/linter] 💬 ::debug::resolve Deno 'v1.8.1' [Master/linter] 💬 ::debug::download Deno from 'https://github.com/denoland/deno/releases/download/v1.8.1/deno-x86_64-unknown-linux-gnu.zip' [Master/linter] 💬 ::debug::Downloading https://github.com/denoland/deno/releases/download/v1.8.1/deno-x86_64-unknown-linux-gnu.zip [Master/linter] 💬 ::debug::Destination /tmp/8be6fef6-c24b-4e52-a5cc-985813a66bb0 [Master/linter] 💬 ::debug::download complete [Master/linter] | [command]/usr/bin/unzip -q /tmp/8be6fef6-c24b-4e52-a5cc-985813a66bb0 [Master/linter] 💬 ::debug::deno file path '/tmp/cb8e4fa1-3bdf-47cf-89be-4fcdd8627c42' [Master/linter] 💬 ::debug::Caching tool deno 1.8.1 x64 [Master/linter] 💬 ::debug::source dir: /tmp/cb8e4fa1-3bdf-47cf-89be-4fcdd8627c42 [Master/linter] 💬 ::debug::destination /opt/hostedtoolcache/deno/1.8.1/x64 [Master/linter] 💬 ::debug::finished caching tool [Master/linter] ⚙ ::add-path:: /opt/hostedtoolcache/deno/1.8.1/x64 [Master/linter] ⚙ ::add-path:: /github/home/.deno/bin [Master/linter] ✅ Success - Install Deno v [Master/linter] ⭐ Run Formatter [Master/linter] Extracting content to '/github/' [Master/linter] Exec command '[bash --noprofile --norc -e /github/workflow/2]' [Master/linter] | [Master/linter] | from /github/workspace/egg.json: [Master/linter] | 1 | -{  [Master/linter] | 1 | +{ [Master/linter] | 2 | - "name": "deno-drash",  [Master/linter] | 2 | + "name": "deno-drash", [Master/linter] | 3 | - "description": "A REST microframework for Deno's HTTP server with zero dependencies.",  [Master/linter] | 3 | + "description": "A REST microframework for Deno's HTTP server with zero dependencies.", [Master/linter] | 4 | - "version": "1.4.1",  [Master/linter] | 4 | + "version": "1.4.1", [Master/linter] | 5 | - "stable": true,  [Master/linter] | 5 | + "stable": true, [Master/linter] | 6 | - "repository": "https://github.com/drashland/deno-drash",  [Master/linter] | 6 | + "repository": "https://github.com/drashland/deno-drash", [Master/linter] | 7 | - "files": [ [Master/linter] | 8060 | - extensions: ["dvb"],  [Master/linter] | 8060 | + extensions: ["dvb"], [Master/linter] | 8061 | - },  [Master/linter] | 8061 | + }, [Master/linter] | 8062 | - "video/vnd.fvt": { [...] [Master/linter] | 8219 | + }, [Master/linter] | 8220 | - "x-shader/x-vertex": {  [Master/linter] | 8220 | + "x-shader/x-vertex": { [Master/linter] | 8221 | - compressible: true,  [Master/linter] | 8221 | + compressible: true, [Master/linter] | 8222 | - },  [Master/linter] | 8222 | + }, [Master/linter] | 8223 | -};  [Master/linter] | 8223 | +}; [Master/linter] | [Master/linter] | error: Found 122 not formatted files in 123 files [Master/linter] ❌ Failure - Formatter ``` </details> <details> <summary>Linux</summary> ``` [Master/linter] 🚀 Start image=catthehacker/ubuntu:act-latest [Master/linter] 🐳 docker pull catthehacker/ubuntu:act-latest [Master/linter] Removed container: 676e39cedfa719f4d1d7cabd9a3612da7e51cbef3ff80c00bca35fff35e96e48 [Master/linter] 🐳 docker volume rm act-Master-linter [Master/linter] 🐳 docker create image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Master/linter] Created container name=act-Master-linter id=b4f1f6bc0023469e1ad36b98aa3a0d2f3297e9e36f205b75fd8b980229453ea4 from image catthehacker/ubuntu:act-latest [Master/linter] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [Master/linter] 🐳 docker run image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Master/linter] Starting container: b4f1f6bc0023469e1ad36b98aa3a0d2f3297e9e36f205b75fd8b980229453ea4 [Master/linter] Started container: b4f1f6bc0023469e1ad36b98aa3a0d2f3297e9e36f205b75fd8b980229453ea4 [Master/linter] 🐳 docker cp src=/home/cat/deno-drash/. dst=/github/workspace [Master/linter] Exec command '[mkdir -p /github/workspace]' [Master/linter] Extracting content from '/tmp/act421285052' to '/github/workspace' [Master/linter] Extracting content to '/github/' [Master/linter] ⭐ Run actions/checkout@v2 [Master/linter] Skipping actions/checkout [Master/linter] ✅ Success - actions/checkout@v2 [Master/linter] ⭐ Run Install Deno v [Master/linter] ☁ git clone 'https://github.com/denolib/setup-deno' # ref=master [Master/linter] cloning https://github.com/denolib/setup-deno to /home/cat/.cache/act/denolib-setup-deno@master [Master/linter] Provided ref is not a sha. Checking out branch before pulling changes [Master/linter] Cloned https://github.com/denolib/setup-deno to /home/cat/.cache/act/denolib-setup-deno@master [Master/linter] Checked out master [Master/linter] 🐳 docker cp src=/home/cat/.cache/act/denolib-setup-deno@master dst=/actions/ [Master/linter] Exec command '[mkdir -p /actions/]' [Master/linter] Extracting content from '/tmp/act413201131' to '/actions/' [Master/linter] Exec command '[node /actions/denolib-setup-deno@master/dist/index.js]' [Master/linter] 💬 ::debug::isExplicit: [Master/linter] 💬 ::debug::explicit? false [Master/linter] 💬 ::debug::evaluating 0 versions [Master/linter] 💬 ::debug::match not found [Master/linter] 💬 ::debug::Downloading deno at version v1.x [Master/linter] 💬 ::debug::acquire Deno 'v1.x' [Master/linter] 💬 ::debug::found Deno versions '[%0A "v0.1.0",%0A "v0.1.1",%0A "v0.1.2",%0A "v0.1.3",%0A "v0.1.4",%0A "v0.1.5",%0A "v0.1.6",%0A "v0.1.7",%0A "v0.1.8",%0A "v0.1.9",%0A "v0.1.10",%0A "v0.1.11",%0A "v0.1.12",%0A "v0.2.0",%0A "v0.2.1",%0A "v0.2.2",%0A "v0.2.3",%0A "v0.2.4",%0A "v0.2.5",%0A "v0.2.6",%0A "v0.2.7",%0A "v0.2.8",%0A "v0.2.9",%0A "v0.2.10",%0A "v0.2.11",%0A "v0.3.0",%0A "v0.3.1",%0A "v0.3.2",%0A "v0.3.3",%0A "v0.3.4",%0A "v0.3.5",%0A "v0.3.6",%0A "v0.3.7",%0A "v0.3.8",%0A "v0.3.9",%0A "v0.3.10",%0A "v0.4.0",%0A "v0.5.0",%0A "v0.6.0",%0A "v0.7.0",%0A "v0.8.0",%0A "v0.9.0",%0A "v0.10.0",%0A "v0.11.0",%0A "v0.12.0",%0A "v0.13.0",%0A "v0.14.0",%0A "v0.15.0",%0A "v0.16.0",%0A "v0.17.0",%0A "v0.18.0",%0A "v0.19.0",%0A "v0.20.0",%0A "v0.21.0",%0A "v0.22.0",%0A "v0.23.0",%0A "v0.24.0",%0A "v0.25.0",%0A "v0.26.0",%0A "v0.27.0",%0A "v0.28.0",%0A "v0.28.1",%0A "v0.29.0",%0A "v0.30.0",%0A "v0.31.0",%0A "v0.32.0",%0A "v0.33.0",%0A "v0.34.0",%0A "v0.35.0",%0A "v0.36.0",%0A "v0.37.0",%0A "v0.37.1",%0A "v0.38.0",%0A "v0.39.0",%0A "v0.40.0",%0A "v0.41.0",%0A "v0.42.0",%0A "v1.0.0",%0A "v1.0.0",%0A "v1.0.0",%0A "v1.0.0",%0A "v1.0.1",%0A "v1.0.2",%0A "v1.0.3",%0A "v1.0.4",%0A "v1.0.5",%0A "v1.1.0",%0A "v1.1.1",%0A "v1.1.2",%0A "v1.1.3",%0A "v1.2.0",%0A "v1.2.1",%0A "v1.2.2",%0A "v1.2.3",%0A "v1.3.0",%0A "v1.3.1",%0A "v1.3.2",%0A "v1.3.3",%0A "v1.4.0",%0A "v1.4.1",%0A "v1.4.2",%0A "v1.4.3",%0A "v1.4.4",%0A "v1.4.5",%0A "v1.4.6",%0A "v1.5.0",%0A "v1.5.1",%0A "v1.5.2",%0A "v1.5.3",%0A "v1.5.4",%0A "v1.6.0",%0A "v1.6.1",%0A "v1.6.2",%0A "v1.6.3",%0A "v1.7.0",%0A "v1.7.1",%0A "v1.7.2",%0A "v1.7.4",%0A "v1.7.5",%0A "v1.8.0",%0A "v1.8.1"%0A]' [Master/linter] 💬 ::debug::matched: v1.8.1 [Master/linter] 💬 ::debug::resolve Deno 'v1.8.1' [Master/linter] 💬 ::debug::download Deno from 'https://github.com/denoland/deno/releases/download/v1.8.1/deno-x86_64-unknown-linux-gnu.zip' [Master/linter] 💬 ::debug::Downloading https://github.com/denoland/deno/releases/download/v1.8.1/deno-x86_64-unknown-linux-gnu.zip [Master/linter] 💬 ::debug::Destination /tmp/76e3070f-ece6-4390-a433-eba4b5fb8f28 [Master/linter] 💬 ::debug::download complete [Master/linter] | [command]/usr/bin/unzip -q /tmp/76e3070f-ece6-4390-a433-eba4b5fb8f28 [Master/linter] 💬 ::debug::deno file path '/tmp/105505bc-2b8e-4edb-8f8f-9025d58b6572' [Master/linter] 💬 ::debug::Caching tool deno 1.8.1 x64 [Master/linter] 💬 ::debug::source dir: /tmp/105505bc-2b8e-4edb-8f8f-9025d58b6572 [Master/linter] 💬 ::debug::destination /opt/hostedtoolcache/deno/1.8.1/x64 [Master/linter] 💬 ::debug::finished caching tool [Master/linter] ⚙ ::add-path:: /opt/hostedtoolcache/deno/1.8.1/x64 [Master/linter] ⚙ ::add-path:: /github/home/.deno/bin [Master/linter] ✅ Success - Install Deno v [Master/linter] ⭐ Run Formatter [Master/linter] Extracting content to '/github/' [Master/linter] Exec command '[bash --noprofile --norc -eo pipefail /github/workflow/2]' [Master/linter] | [Master/linter] | from /github/workspace/tests/data/static_file.json: [Master/linter] | 1 | -{"test":"test"} [Master/linter] | 1 | +{ "test": "test" } [Master/linter] | [Master/linter] | [Master/linter] | from /github/workspace/tsconfig.json: [Master/linter] | [Master/linter] | [Master/linter] | from /github/workspace/console/create_app/package_react.json: [Master/linter] | [Master/linter] | [Master/linter] | from /github/workspace/console/create_app/tsconfig_react.json: [Master/linter] | [Master/linter] | error: Found 4 not formatted files in 123 files [Master/linter] ❌ Failure - Formatter ``` </details>
Author
Owner

@ebebbington commented on GitHub (Mar 12, 2021):

Ill post what i can soon, but i will omit all the files it thought werent formatted as there is a lot...

Btw i'm running this on MacOS

<!-- gh-comment-id:797553731 --> @ebebbington commented on GitHub (Mar 12, 2021): Ill post what i can soon, but i will omit all the files it thought werent formatted as there is a lot... Btw i'm running this on MacOS
Author
Owner

@catthehacker commented on GitHub (Mar 24, 2021):

I don't think that there is a need for more logs. Issue occurs during copy between Windows/MacOS <-> Linux.
I'll try to investigate that when I will have some free time but if anyone feels like to fix it, please do.

<!-- gh-comment-id:806007951 --> @catthehacker commented on GitHub (Mar 24, 2021): I don't think that there is a need for more logs. Issue occurs during copy between Windows/MacOS <-> Linux. I'll try to investigate that when I will have some free time but if anyone feels like to fix it, please do.
Author
Owner

@github-actions[bot] commented on GitHub (May 3, 2021):

Issue is stale and will be closed in 14 days unless there is new activity

<!-- gh-comment-id:830933359 --> @github-actions[bot] commented on GitHub (May 3, 2021): Issue is stale and will be closed in 14 days unless there is new activity
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#381
No description provided.