-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Lint | ||
on: [push] | ||
jobs: | ||
run: | ||
name: Run | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@master | ||
|
||
- name: Set Node.js 12.x | ||
uses: actions/setup-node@master | ||
with: | ||
node-version: '12.x' | ||
|
||
- name: npm install | ||
run: npm install | ||
|
||
- name: Lint | ||
run: npm run format-check |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,12 +17,12 @@ Basic: | |
```yaml | ||
steps: | ||
- uses: actions/checkout@master | ||
- uses: sinoru/actions-setup-xcode@master | ||
- uses: sinoru/actions-setup-xcode@v1.1 | ||
with: | ||
xcode-version: '11.2.1' # Exact version of a Xcode version to use | ||
apple-id: '[email protected]' # Apple ID to download from Apple Developer when Xcode not available in local | ||
apple-id-password: ${{ secrets.APPLE_ID_PASSWORD }} | ||
- run: xcodebuild -h | ||
- run: fastlane scan | ||
``` | ||
# License | ||
|
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.