Latest stable Forge version v1.3.5 is failing on Yul only build due to linter running and cannot find any Solidity files
$> yarn build:forge:yul
yarn run v1.22.22
warning package.json: License should be a valid SPDX license expression
$ FOUNDRY_PROFILE=yul forge build --skip *.sol
[⠊] Compiling...
[⠒] Compiling 1 files with Solc 0.8.30
[⠢] Solc 0.8.30 finished in 44.46ms
Compiler run successful!
Error: Lint failed: no Solidity sources
error Command failed with exit code 1.