Boeing / config-file-validator

Cross Platform tool to validate configuration files
https://boeing.github.io/config-file-validator/
Apache License 2.0
333 stars 61 forks source link

Migrate the AUR configuration and actions configuration back to the config-file-validator project #176

Open kehoecj opened 4 days ago

kehoecj commented 4 days ago

Migrate the code from the temporary config-file-validator-aur project back into this project. Once the code is ready you will need to create a draft MR and request that I create a shared secret for the project to be able to publish to AUR.

timwehrle commented 1 day ago

@kehoecj I can look into it.

kehoecj commented 22 hours ago

@timwehrle Assigned it to you - let me know if you have any questions!

timwehrle commented 21 hours ago

@kehoecj Should I also edit the release workflow? Because it would be easier if you did that and included the secrets. But I can do that too.

Is there a way to automatically detect the release version of the latest release so we don't have to manually change that in the PGKBUILD file?

kehoecj commented 21 hours ago

Should I also edit the release workflow? Because it would be easier if you did that and included the secrets. But I can do that too.

Yes, please. Once your MR is up I'll add the secret and run it.

s there a way to automatically detect the release version of the latest release so we don't have to manually change that in the PGKBUILD file?

If you want to modify the workflow to automatically update the PKGBUILD that'd be great

timwehrle commented 20 hours ago

Okk, I'll check later.