mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-14 01:04:12 +00:00
removed .github dir
This commit is contained in:
parent
80e84cfd79
commit
ef683ce1cd
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@ -1,2 +0,0 @@
|
||||
ko_fi: stanislas
|
||||
custom: https://coindrop.to/stanislas
|
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -1,6 +0,0 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
10
.github/issue_template.md
vendored
10
.github/issue_template.md
vendored
@ -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.
|
||||
--->
|
7
.github/pull_request_template.md
vendored
7
.github/pull_request_template.md
vendored
@ -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.
|
||||
--->
|
22
.github/workflows/lint.yml
vendored
22
.github/workflows/lint.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user