-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add eslint, tsc and prettier to github actions #512
Comments
MSzalowski
added a commit
that referenced
this issue
Mar 19, 2024
MSzalowski
added a commit
that referenced
this issue
Mar 19, 2024
5 tasks
5 tasks
MSzalowski
added a commit
that referenced
this issue
Mar 19, 2024
MSzalowski
added a commit
that referenced
this issue
Mar 19, 2024
MSzalowski
added a commit
that referenced
this issue
Mar 19, 2024
MSzalowski
added a commit
that referenced
this issue
Mar 19, 2024
MSzalowski
added a commit
that referenced
this issue
Mar 20, 2024
MSzalowski
added a commit
that referenced
this issue
Mar 20, 2024
MSzalowski
added a commit
that referenced
this issue
Mar 20, 2024
MSzalowski
added a commit
that referenced
this issue
Mar 20, 2024
MSzalowski
added a commit
that referenced
this issue
Mar 20, 2024
MSzalowski
added a commit
that referenced
this issue
Mar 20, 2024
…d-prettier-to-github-actions [#512] chore: add type checking & lint workflow to github actions
Merged
OK - workflows added Note: @MSzalowski the workflow marked on red seems to be not needed |
jdyczka
pushed a commit
that referenced
this issue
Mar 25, 2024
jdyczka
pushed a commit
that referenced
this issue
Mar 25, 2024
jdyczka
pushed a commit
that referenced
this issue
Mar 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why
To check the code quality of delivered code.
What
Add github action that should execute eslint, tsc and prettier.
How
In github actions, create new workflow that for govtool/frontend package will execute eslint, tsc (without emit) and prettier to enforce accepted code style.
The text was updated successfully, but these errors were encountered: