Skip to content

Commit

Permalink
Merge pull request #107 from Kesin11/remove_ts_standard
Browse files Browse the repository at this point in the history
Remove lint task
  • Loading branch information
Kesin11 authored Sep 12, 2023
2 parents f762510 + 4ba54fc commit 0926017
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 4,188 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,6 @@ on: # rebuild any PRs and main branch changes
- main

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- name: Install dependencies
run: npm ci

- name: Lint
run: npm run lint
build-test:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ This problem can be solved if each job has its own workspace and can reuse `.git

```bash
npm run build
npm run lint
npm run test
```

Expand Down
1 change: 0 additions & 1 deletion dist/main/index.js

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

2 changes: 1 addition & 1 deletion dist/main/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/post/index.js

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

2 changes: 1 addition & 1 deletion dist/post/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 0926017

Please sign in to comment.