1481
1481
DDeno
Created by 1481 on 3/6/2024 in #help
Strange error after lint in github actions
to fix it I tried to add 1 to this
name: Run linter
run: deno lint || 1
name: Run linter
run: deno lint || 1
but after this I started getting error
/home/runner/work/_temp/96e6eec7-6bd6-4a3c-91a1-db6b0cd9c993.sh: line 1: 1: command not found
Error: Process completed with exit code 127.
/home/runner/work/_temp/96e6eec7-6bd6-4a3c-91a1-db6b0cd9c993.sh: line 1: 1: command not found
Error: Process completed with exit code 127.
https://github.com/Rnbsov/Omnivore-Telegram-Bot/actions/runs/8153916055/job/22286236020
2 replies