Skip to content

Commit

Permalink
clean(build): Rename .github/workflows test -> ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed May 6, 2023
1 parent c0bda43 commit 7fdcefb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
limitations under the License.
-->

# Enola.dev 🕵🏾‍♀️ [![Test](https://github.com/enola-dev/enola/actions/workflows/test.yaml/badge.svg)](https://github.com/enola-dev/enola/actions/workflows/test.yaml) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-%E2%9C%85-grey)](https://conventionalcommits.org)
# Enola.dev 🕵🏾‍♀️ [![CI](https://github.com/enola-dev/enola/actions/workflows/ci.yaml/badge.svg)](https://github.com/enola-dev/enola/actions/workflows/ci.yaml) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-%E2%9C%85-grey)](https://conventionalcommits.org)

Enola is a Graph-based analytics system for exploring relationships between common objects.

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ It should be regularly (manually) run by maintainers of this project.

## GitHub Action Cache

The [`.github/workflows/test.yaml`](../../.github/workflows/test.yaml) uses the
The [`.github/workflows/ci.yaml`](../../.github/workflows/ci.yaml) uses the
https://github.com/actions/cache to
This speeds up the Continuous Integration (CI) builds of PRs on GitHub.

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Run the [`./test.bash`](../../test.bash) script during local development to refo

`.git/hooks/pre-commit` will also run the `./test.bash` locally for each of your `git commit` after you locally install it using `tools/git/install-hooks.bash`.

Contributions by Pull Requests on GitHub are tested with the same `./test.bash` which is launched by [this GitHub Action](../../.github/workflows/test.yaml).
Contributions by Pull Requests on GitHub are tested with the same `./test.bash` which is launched by [this GitHub Action](../../.github/workflows/ci.yaml).

In-IDE, the [plugins listed on our IDE page](ide.md) can be used.

Expand Down

0 comments on commit 7fdcefb

Please sign in to comment.