diff --git a/.github/workflows/action-docker-publish.yml b/.github/workflows/action-docker-publish.yml index 0a3a9fe..5b0eb92 100644 --- a/.github/workflows/action-docker-publish.yml +++ b/.github/workflows/action-docker-publish.yml @@ -2,7 +2,8 @@ name: Docker Publish on: workflow_dispatch: push: - branches: "main" + branches: + - main paths: - Dockerfile* schedule: diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..862b25a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "ansible.python.interpreterPath": "/bin/python3" +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..97ec163 --- /dev/null +++ b/package.json @@ -0,0 +1,28 @@ +{ + "name": "docker-linuxgsm", + "version": "1.0.0", + "description": "

\"LinuxGSM\"
\"Docker \"GitHub \"Codacy \"SteamCMD\" \"MIT

", + "main": "index.js", + "dependencies": { + "prettier": "^3.6.2", + "prettier-plugin-jinja-template": "^2.1.0", + "prettier-plugin-sh": "^0.18.0", + "sh-syntax": "^0.5.8", + "tslib": "^2.8.1" + }, + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/GameServerManagers/docker-linuxgsm.git" + }, + "keywords": [], + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/GameServerManagers/docker-linuxgsm/issues" + }, + "homepage": "https://github.com/GameServerManagers/docker-linuxgsm#readme" +}