Testing the test

This commit is contained in:
Edward Firmo
2024-01-11 12:29:55 +01:00
parent 3dd70c3be1
commit 019c420024
3 changed files with 3 additions and 6 deletions

View File

@@ -30,3 +30,4 @@ jobs:
yamllint -c "./.rules/yamllint.yml" "$file"
echo "::endgroup::"
done
...

View File

@@ -97,6 +97,4 @@ web_server:
auth:
username: admin
password: ${web_password}
...

View File

@@ -118,6 +118,4 @@ web_server:
wifi:
ap: {}
power_save_mode: LIGHT # To make it compatible with BLE
...