Add actions

This commit is contained in:
Fred Boniface 2023-05-24 19:52:39 +01:00
parent 4877baae67
commit f3a488752e
3 changed files with 5 additions and 1 deletions

View File

@ -3,4 +3,5 @@ Dockerfile
package.json
package-lock.json
.eslintrc.js
node_modules
node_modules
.gitea

View File

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"ansible.python.interpreterPath": "/bin/python"
}