Skip to content

Bump next from 14.2.10 to 14.2.15 in /polygon-id/wallet/web in the npm_and_yarn group across 1 directory #892

Bump next from 14.2.10 to 14.2.15 in /polygon-id/wallet/web in the npm_and_yarn group across 1 directory

Bump next from 14.2.10 to 14.2.15 in /polygon-id/wallet/web in the npm_and_yarn group across 1 directory #892

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- uses: actions/cache@v3
name: Configure npm caching
with:
path: ~/.npm
key: ${{ runner.os }}-npm-${{ hashFiles('**/workflows/lint.yml') }}
restore-keys: |
${{ runner.os }}-npm-
- name: Run prettier
run: |-
npx prettier@2.8 --check .
ktlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run ktlint
run: |
cd nfts/mobile/android/
./gradlew ktlintCheck