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

Update README title and description + funding #36

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Action reusable workflows
# CI/CD tools

This repository contains reusable workflows for GitHub Actions.
This repository contains reusable workflows for GitHub Actions as well as [`pre-commit`](https://pre-commit.com) hooks.

They are mainly for usage with modern Python package repositories.

Expand All @@ -13,6 +13,16 @@ See the [GitHub Docs](https://docs.github.com/en/actions/using-workflows/reusing
> **Note**: Workflow-level set `env` context variables cannot be used when setting input values for the called workflow.
> See the [GitHub documentation](https://docs.github.com/en/actions/learn-github-actions/contexts#env-context) for more information on the `env` context.

See the [pre-commit website](https://pre-commit.com) to learn more about how to use and configure pre-commit in your repository.

## License & copyright

This repository licensed under the [MIT LICENSE](LICENSE) with copyright © 2022 Casper Welzel Andersen ([CasperWA](https://github.com/CasperWA)).

## Funding support

This repository has been supported by the following projects:

- **OntoTrans** (2020-2024) that receives funding from the European Union’s Horizon 2020 Research and Innovation Programme, under Grant Agreement n. 862136.

- **OpenModel** (2021-2025) receives funding from the European Union’s Horizon 2020 Research and Innovation Programme - DT-NMBP-11-2020 Open Innovation Platform for Materials Modelling, under Grant Agreement no: 953167.
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@ Under the [Hooks](./hooks/index.md) section for each available hook, a usage exa
## License & copyright

This repository licensed under the [MIT LICENSE](LICENSE.md) with copyright © 2022 Casper Welzel Andersen ([CasperWA](https://github.com/CasperWA)).

## Funding support

This repository has been supported by the following projects:

- **OntoTrans** (2020-2024) that receives funding from the European Union’s Horizon 2020 Research and Innovation Programme, under Grant Agreement n. 862136.

- **OpenModel** (2021-2025) receives funding from the European Union’s Horizon 2020 Research and Innovation Programme - DT-NMBP-11-2020 Open Innovation Platform for Materials Modelling, under Grant Agreement no: 953167.