Skip to content

Commit

Permalink
```
Browse files Browse the repository at this point in the history
chore(ci): 删除lint作业并更新版本号

删除CI工作流中的lint作业,以简化CI流程。此外,更新了包的版本号
从1.0.0改为0.0.9,以反映代码库的最新更改。
```
  • Loading branch information
xkloveme committed Aug 8, 2024
1 parent e55b271 commit 66b3cf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,6 @@ on:
- main

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 18.x

- name: Setup
run: npm i -g pnpm

- name: Install
run: pnpm i

- name: Lint
run: pnpm lint

typecheck:
runs-on: ubuntu-latest
steps:
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": "vite-plugin-git-version",
"type": "module",
"version": "1.0.0",
"version": "0.0.9",
"private": false,
"packageManager": "pnpm@7.2.1",
"description": "Automatically put the version file in your project dist folder",
Expand Down

0 comments on commit 66b3cf4

Please sign in to comment.