Skip to content

Commit

Permalink
Merge pull request #38 from Lctrs/yaml
Browse files Browse the repository at this point in the history
Fix: Use .yaml instead of .yml as file extension
  • Loading branch information
Lctrs committed Mar 12, 2020
2 parents 0f9b81a + 92e3e42 commit b9f5ba5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
File renamed without changes.
6 changes: 5 additions & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -2,7 +2,11 @@

We are using [GitHub Actions](https://github.com/features/actions) as a continuous integration system.

For details, see [`workflows/continuous-integration.yml`](workflows/continuous-integration.yml).
For details, take a look at the following workflow configuration files:

- [`workflows/continuous-deployment.yaml`](workflows/continuous-deployment.yaml)
- [`workflows/continuous-integration.yaml`](workflows/continuous-integration.yaml)
- [`workflows/renew.yaml`](workflows/renew.yaml)

## Coding Standards

Expand Down
File renamed without changes.

0 comments on commit b9f5ba5

Please sign in to comment.