Skip to content

Commit

Permalink
Enable basic GitHub Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Jan 5, 2023
1 parent 960be9a commit 742cb6c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: ci
on:
push:
branches: ['master']
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git -c core.whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904 -- README.md
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ernnavigation-api

[![ci][1]][2]

This SDK is automatically generated by Electrode Native API generator.

It uses Swagger to generate bridge code for Android, iOS, and React Native.
Expand Down Expand Up @@ -86,3 +88,6 @@ Code in this repository is generated by the `ern regen-api` command whenever the

- [Android](https://github.com/electrode-io/ernnavigation-api-impl-native/tree/master/android)
- [iOS](https://github.com/electrode-io/ernnavigation-api-impl-native/tree/master/ios)

[1]: https://github.com/electrode-io/ernnavigation-api/workflows/ci/badge.svg
[2]: https://github.com/electrode-io/ernnavigation-api/actions

0 comments on commit 742cb6c

Please sign in to comment.