Skip to content

Commit

Permalink
💚fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FujishigeTemma committed Sep 10, 2021
1 parent 9fd8d7b commit 273d89f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI-frontend
name: Frontend

on:
push:
Expand All @@ -25,9 +25,5 @@ jobs:
check-latest: true
- name: Install dependencies
run: npm ci

- name: Run linter
run: npm run lint

- name: Run tests
run: npm run test
2 changes: 1 addition & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: check golang implementation
name: Go

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion webapp/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
"lint": "npm run lint:js && npm run lint:style",
"lint:fix": "npm run lint:js --fix && npm run lint:style --fix",
"test": "jest"
"test": "jest --passWithNoTests"
},
"lint-staged": {
"*.{js,vue}": "eslint",
Expand Down

0 comments on commit 273d89f

Please sign in to comment.