Skip to content

Commit

Permalink
Merge branch 'main' into relaunch-edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Brilator authored Nov 6, 2024
2 parents 9bbd375 + 505a139 commit 2a5c921
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: PR Build Check

on:
pull_request:
branches:
- main
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout your repository using git
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18' # Specify your Node.js version

- name: Install dependencies
run: npm install

- name: Run Astro build check
run: npm run build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you just want to ask a question, recommend missing topics or tutorials, raise
- [open an issue](https://github.com/nfdi4plants/nfdi4plants.knowledgebase/issues/new/) at GitHub or
- write us an <a href="javascript:location='mailto:\u0069\u006e\u0066\u006f\u0040\u006e\u0066\u0064\u0069\u0034\u0070\u006c\u0061\u006e\u0074\u0073\u002e\u006f\u0072\u0067';void 0">email</a>.

For all other contributions, please refer to the [contribution guide](https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/CONTRIBUTING.html).
For all other contributions, please refer to the [contribution guide](https://github.com/nfdi4plants/nfdi4plants.knowledgebase/blob/main/CONTRIBUTING.md).

## License

Expand Down

0 comments on commit 2a5c921

Please sign in to comment.