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

ci: add lint and security workflows #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

juju4
Copy link
Contributor

@juju4 juju4 commented Oct 28, 2024

Add following github actions

  • lint: prettier. you can likely autofix part of the issues with prettier . --write. See https://prettier.io/docs/en/cli.html
  • security: npm+yarn outdated/audit. Part can be fix with npm audit fix or npm audit fix --force but likely functionalities impacts to review.

Copy link

vercel bot commented Oct 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cleansheet-resume-builder ❌ Failed (Inspect) Oct 28, 2024 8:11pm

@juju4
Copy link
Contributor Author

juju4 commented Oct 28, 2024

note: security workflow is non-blocking currently

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant