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:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
checks: write
|
||||
|
||||
jobs:
|
||||
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)
|
||||
vendor/
|
||||
assets/
|
||||
assets/*
|
||||
!assets/.gitkeep
|
||||
node_modules/
|
||||
|
||||
# IDEs
|
||||
|
|
|
@ -10,7 +10,6 @@ linters:
|
|||
- gofmt
|
||||
- revive
|
||||
- goimports
|
||||
- deadcode
|
||||
- govet
|
||||
- unused
|
||||
- whitespace
|
||||
|
|
0
assets/.gitkeep
Normal file
0
assets/.gitkeep
Normal file
Loading…
Add table
Reference in a new issue