You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add npm script to regenerate the package-lock.json (#21)
Adds a new npm script called `regen-package-lock` to the root
`package.json`. This script removes all `node_modules` and
`package-lock.json` files from the root and all workspaces, then
reinstalls dependencies and runs `npm audit:fix` to ensure a clean and
secure dependency tree.
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
60
+
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
61
+
# queries: security-extended,security-and-quality
62
+
63
+
# This workflow runs CodeQL analysis on the codebase to find security vulnerabilities.
64
+
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
65
+
# queries: security-extended,security-and-quality
66
+
67
+
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
49
68
# If this step fails, then you should remove it and run the build manually (see below)
50
69
- name: Autobuild
51
70
uses: github/codeql-action/autobuild@v3
52
71
53
72
# ℹ️ Command-line programs to run using the OS shell.
54
-
# 📚 https://git.io/JvXDl
73
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
55
74
56
-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
57
-
# and modify them (or add more) to build your code if your project
58
-
# uses a compiled language
75
+
# If the Autobuild fails above, remove it and uncomment the following three lines.
76
+
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ This will display the visualized and coloured tissue expression data within the
56
56
57
57
We aim to make the ePlant Plant eFP as perfect as possible but unfortunately, there may be some unforeseen bugs. If you manage to find one that is not here, feel free to create a [bug report](https://github.com/BioAnalyticResource/ePlant_Plant_eFP/issues/new/choose) so we can fix it.
58
58
59
-
-None at the moment... Help us find some!
59
+
- None at the moment... Help us find some!
60
60
61
61
## Contributing
62
62
@@ -68,7 +68,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
- Youyang Li - [Github](https://github.com/lyy321)
74
+
- Nicholas J. Provart - [Github](https://github.com/BioAnalyticResource), [Twitter](https://twitter.com/BAR_PlantBio), [Website](https://bar.utoronto.ca)
0 commit comments