FluxML / MacroTools.jl

MacroTools provides a library of tools for working with Julia code and expressions.
https://fluxml.ai/MacroTools.jl/stable/
Other
310 stars 79 forks source link

Fix CI by moving CI.yml to right place #174

Closed fingolfin closed 2 years ago

fingolfin commented 2 years ago

See https://github.com/fingolfin/MacroTools.jl/actions/runs/1628491945 for a sample run

fingolfin commented 2 years ago

Also fixed the README.md to point to the new build status

cstjean commented 2 years ago

Also normal that CI did not run on this branch?

fingolfin commented 2 years ago

Whenever a 3rd party PR adds a new action, it is not run in the context of the target repository before the PR is merged, for security reasons: actions run in the context of the repository may have access to certain "secrets" (such as encryption keys) that not any arbitrary 3rd party should be able to view.

But now that you merged the PR, the actions are running here, as you can see at https://github.com/FluxML/MacroTools.jl/actions