julelang / jule

Effective programming language to build efficient, fast, reliable and safe software while maintaining simplicity
https://jule.dev
BSD 3-Clause "New" or "Revised" License
128 stars 13 forks source link

CI/CD: current CI actions does not checks forked repositories #100

Closed mertcandav closed 6 months ago

mertcandav commented 6 months ago

What would you like to share?

Current CI processes work well on the official repository. But forked ones won't know if a change to them causes an error. Because CI always tries to build the compiler from the official repository. This causes errors to be overlooked.

Additional information

No response