Have a trouble using github hooks and deno
For some reason when I try to use
I tried anything, but this just won't work, neither
Maybe I have something wrongly configured?
And if I use just
using deno cli 2.1.3
deno lint --allow-import it throws this: error: unexpected argument '--allow-import' foundI tried anything, but this just won't work, neither
--allow-import nor -I, neither in the beggining deno -I lint nor in the end deno lint -IMaybe I have something wrongly configured?
And if I use just
deno lint and press y to allow imports everything works flawlesslyusing deno cli 2.1.3
