Atlas-OS / Atlas

🚀 An open and lightweight modification to Windows, designed to optimize performance, privacy and usability.
https://atlasos.net
GNU General Public License v3.0
13.41k stars 513 forks source link

Patch 1 #1063

Closed Kajal4414 closed 5 months ago

Kajal4414 commented 5 months ago

Questions

Describe your pull request

Fixes git actions warnings:

he3als commented 5 months ago

The action upgrades are good, thank you. However, the empty lines in the ‘tweaks.yml’ are intentional and are for separating each section.

I think there’s a way to disable the empty lines check or exclude ‘tweaks.yml’ from that check, which would work better.

Kajal4414 commented 5 months ago

The action upgrades are good, thank you. However, the empty lines in the ‘tweaks.yml’ are intentional and are for separating each section.

I think there’s a way to disable the empty lines check or exclude ‘tweaks.yml’ from that check, which would work better.

Sorry for the oversight, and thank you for bringing this to my attention. I've just realized that the empty lines in 'tweaks.yml' are indeed for separating each section, now I've reverted that commit and instead used empty-lines: disable to ignore the empty lines warning.

he3als commented 5 months ago

Thank you, merged.