Skip to content

Commit

Permalink
patch: clarified names of lint and format steps in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
phitoduck committed Nov 16, 2023
1 parent 65ec84c commit a41a656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-lint-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
node-version: '20'
- name: Install Dependencies
run: npm install
- name: Run Lint
- name: Lint
run: npm run lint
- name: Run Lint
- name: Format
run: npx prettier --check .

test:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clearml-session-manager",
"publisher": "mlops-club",
"version": "0.0.2",
"version": "0.0.3",
"displayName": "ClearML Session Manager (Unofficial)",
"icon": "src/resources/clearml-logo.png",
"author": {
Expand Down

0 comments on commit a41a656

Please sign in to comment.