Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Mizu
Commits
20ca9945
Unverified
Commit
20ca9945
authored
3 years ago
by
M. Mert Yildiran
Browse files
Options
Download
Email Patches
Plain Diff
Update `static_code_analysis.yml`
parent
4558366b
test/eslint
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/static_code_analysis.yml
+6
-2
.github/workflows/static_code_analysis.yml
with
6 additions
and
2 deletions
+6
-2
.github/workflows/static_code_analysis.yml
+
6
-
2
View file @
20ca9945
...
...
@@ -21,8 +21,7 @@ jobs:
-
name
:
Install dependencies
run
:
|
sudo apt update
sudo apt install -y libpcap-dev
sudo apt-get install libpcap-dev
-
name
:
Go lint - agent
uses
:
golangci/golangci-lint-action@v2
...
...
@@ -89,9 +88,14 @@ jobs:
version
:
latest
working-directory
:
tap/extensions/redis
-
uses
:
actions/setup-node@v2
with
:
node-version
:
16
-
name
:
ESLint
run
:
|
cd ui
npm install
cd ..
sudo npm install -g eslint
make test-eslint
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help