removed .github dir

This commit is contained in:
Vladislav Plikin 2023-11-11 17:29:55 +03:00
parent 80e84cfd79
commit ef683ce1cd
5 changed files with 0 additions and 47 deletions

2
.github/FUNDING.yml vendored
View File

@ -1,2 +0,0 @@
ko_fi: stanislas
custom: https://coindrop.to/stanislas

View File

@ -1,6 +0,0 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

View File

@ -1,10 +0,0 @@
<!---
❗️ Please read ❗️
➡️ If you need help with OpenVPN itself, please use the community forums (https://www.reddit.com/r/WireGuard/) or Stack Overflow (https://stackoverflow.com/questions/tagged/wireguard)
➡️ For the script, prefer opening a discussion thread for help: https://github.com/angristan/wireguard-install/discussions
💡 It helps keep the issue tracker clean and focused on bugs and feature requests.
🙏 Please include as much information as possible, and make sure you're running the latest version of the script.
✍️ Please state the Linux distribution you're using and its version, as well as the WireGuard version.
✋ For feature requests, remember that this script is meant to be simple and easy to use. If you want to add a lot of options, it's better to fork the project.
--->

View File

@ -1,7 +0,0 @@
<!---
❗️ Please read ❗️
➡️ Please make sure you've followed the guidelines: https://github.com/angristan/wireguard-install#contributing
✅ Please make sure your changes are tested and working
🗣️ Please avoid large PRs, and discuss changes in a GitHub issue first
✋ If the changes are too big and not in line with the project, they will probably be rejected. Remember that this script is meant to be simple and easy to use.
--->

View File

@ -1,22 +0,0 @@
on: [push, pull_request, pull_request_target]
name: Lint
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: shellcheck
uses: ludeeus/action-shellcheck@1.1.0
env:
SHELLCHECK_OPTS: -e SC1091,SC1117,SC2001,SC2034
shfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: shfmt
uses: bltavares/actions/shfmt@master
env:
SHFMT_ARGS: -d