Skip to content

Commit

Permalink
fix: lint and test warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic committed Mar 15, 2024
1 parent 2dda112 commit 332e6d4
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 97 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-n-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
--health-retries 5
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ^1.20.0
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Lint
run: make lint

Expand Down
180 changes: 90 additions & 90 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@types/node": "^20.8.9",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.4.0",
"dotenv": "^16.3.1",
"eslint": "^8.52.0",
Expand Down
Loading

0 comments on commit 332e6d4

Please sign in to comment.