Skip to content

Conversation

@andredestro
Copy link
Contributor

No description provided.

Copy link
Member

@markemer markemer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Builds, seems like the straighforward mv . .. that I expected.

uses: ./.github/actions/prepare-example-app
- name: 'Build Android example app'
working-directory: ./packages/example-app-capacitor/android
working-directory: ./example-app-capacitor/android
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: the example-app-capacitor was labelled like such because at the time we were planning to have multiple example apps in the repo; now that it's no longer the case, I reckon just example-app is fine.

Comment on lines -29 to -35
- name: 'Check README.md changes'
working-directory: ./packages/capacitor-plugin
run: |
if ! cmp --silent README.md ../../README.md.original; then
echo "Detected README.md changes; Do 'npm run build' to update the docs."
exit 1
fi No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is technically still relevant, it's meant as a check to make sure npm run build was run so that docs are updated.

It's just that now instead of comparing README.md and ../../README.md.original, you'd compare README.md and README.md.original

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are lint changes? If so, it's probably simpler to just tell linter(s) to ignore the example app I think, as I think we have in other repos - e.g. eslint config for inappbrowser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants