mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
Fix
This commit is contained in:
parent
020e0fdc67
commit
ff5081beae
4 changed files with 7 additions and 2 deletions
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
|
@ -8,6 +8,11 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: read
|
||||||
|
checks: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
name: Lint
|
name: Lint
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -14,7 +14,8 @@ wireguard-ui
|
||||||
|
|
||||||
# Dependency directories and files (remove the comment below to include it)
|
# Dependency directories and files (remove the comment below to include it)
|
||||||
vendor/
|
vendor/
|
||||||
assets/
|
assets/*
|
||||||
|
!assets/.gitkeep
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
# IDEs
|
# IDEs
|
||||||
|
|
|
@ -10,7 +10,6 @@ linters:
|
||||||
- gofmt
|
- gofmt
|
||||||
- revive
|
- revive
|
||||||
- goimports
|
- goimports
|
||||||
- deadcode
|
|
||||||
- govet
|
- govet
|
||||||
- unused
|
- unused
|
||||||
- whitespace
|
- whitespace
|
||||||
|
|
0
assets/.gitkeep
Normal file
0
assets/.gitkeep
Normal file
Loading…
Add table
Reference in a new issue