Skip to content

Commit

Permalink
chore: minimizing the code style steps
Browse files Browse the repository at this point in the history
  • Loading branch information
zigavehovec committed Oct 6, 2023
1 parent 1b68199 commit 359e46e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup node and npm registry
uses: actions/setup-node@v3
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org/'
cache: 'yarn'

- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'

- name: Install node_modules
run: yarn install --frozen-lockfile

- name: Install node_modules (example/)
run: yarn install --frozen-lockfile --cwd example

- name: Setup Android SDK
uses: android-actions/setup-android@v2

- name: Set up Gradle cache
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 359e46e

Please sign in to comment.