Skip to content

ci: pin SHA checksums of actions, disable cache in docs & package deploy workflows #24

ci: pin SHA checksums of actions, disable cache in docs & package deploy workflows

ci: pin SHA checksums of actions, disable cache in docs & package deploy workflows #24

Workflow file for this run

name: Lint Android
on:
pull_request:
branches: [main]
paths:
- ".github/workflows/lint-android.yml"
- "packages/react-native-legal/android/**"
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
lint-swift:
name: Lint Android
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Set Java version
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: 'temurin'
java-version: '17'
- name: Lint Android with Spotless and ktfmt
run: ./scripts/lint-android.sh