Skip to content

Commit

Permalink
Don't need yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Sep 25, 2024
1 parent 22f0696 commit 6bda6d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 836 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Run cspell
run: |
yarn --frozen-lockfile
yarn
yarn run cspell
lint_ruby:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ vscode/node_modules
vscode/.vscode-test/
vscode/*.vsix
vscode/*.log
yarn.lock
Loading

0 comments on commit 6bda6d7

Please sign in to comment.