akash-network / support

Akash Support and Issue Tracking
5 stars 3 forks source link

Improve code style of GitHub Actions workflow files #206

Open ygrishajev opened 3 months ago

ygrishajev commented 3 months ago

Is your feature request related to a problem? Please describe.

The current state of workflow files makes it harder to consume. Some steps are missing from the eyesight due to formatting or proper declarations.

Describe the solution you'd like

Format workflow files in all akash projects:

Describe alternatives you've considered

It's a simple improvement making the code cleaner. Alternative solutions are not applicable here as it's not related to functionality itself.

Search

Code of Conduct

Additional context

No response

ygrishajev commented 3 months ago

Created a PR for the sake of example how this could be approached https://github.com/akash-network/akash-api/pull/141