Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move lint and doc check to actions #1081

Merged
merged 11 commits into from
Jun 3, 2020
Prev Previous commit
Next Next commit
chore: no ci for lint bootstrap
  • Loading branch information
dyladan committed May 19, 2020
commit b3c8c891375ed8aec40d0fd419b1d1b14bc26d57
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Bootstrap
run: |
npm install --only=dev --ignore-scripts
npx lerna bootstrap --ignore-scripts -- --only=dev
npx lerna bootstrap --no-ci --ignore-scripts -- --only=dev

- name: Lint
run: |
Expand Down