Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 9133484

Browse files
authored
Update README.md
1 parent 58f58b6 commit 9133484

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository contains an [Azure DevOps Task](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/tasks?view=azure-devops&tabs=yaml) and a [GitHub Workflow Action](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idsteps). See below usage examples to start using this in your CI.
44

5-
This is currently in very early stages so, features offered are very limited. See [contributing section](#contributing) below if you would like to chip in some features. At this stage, this repo is more of a skeleton upon which we hope to add more functionality. Once this is in a good state, we can be on top of our app size changes and very likely make this repo public.
5+
These are the minimal checks we run on our own PRs for [SwiftKey](https://play.google.com/store/apps/details?id=com.touchtype.swiftkey), however we're happy to accept contributions. See [contributing section](#contributing) below if you would like to expand this action's features.
66

77
## Usage examples
88

@@ -17,7 +17,7 @@ This is currently in very early stages so, features offered are very limited. Se
1717
displayName: Run APK size comparision
1818
```
1919
20-
- In a GitHub Workflow (only after this repo becomes public)
20+
- In a GitHub Workflow
2121
2222
```yml
2323
- uses: microsoft/[email protected]
@@ -73,8 +73,6 @@ contact [[email protected]](mailto:[email protected]) with any additio
7373

7474
Starting by cloning the repository. If your changes are small, feel free to open a PR with changes and the CI will take care of testing that everything still works with your changes. For something more long term or local testing, read on.
7575

76-
When contributing, please be aware that **this repo will go public eventually**
77-
7876
### Installations
7977
- Install all global dependencies
8078
```shell

0 commit comments

Comments
 (0)