Skip to content

Commit

Permalink
disable linting for now since it is taking a long time
Browse files Browse the repository at this point in the history
  • Loading branch information
lhr0909 committed Dec 27, 2021
1 parent e4014f1 commit 2930363
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1

- name: Lint
run: yarn lint
# - name: Lint
# run: yarn lint

- name: Test
run: yarn test --ci --coverage --maxWorkers=2
Expand Down
3 changes: 2 additions & 1 deletion src/bpe-regex.ts

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/bpe-vocab.ts

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/encodings.ts

Large diffs are not rendered by default.

0 comments on commit 2930363

Please sign in to comment.