Skip to content

fix(deps): update dependency com.github.unifiedpush:android-foss_embedded_fcm_distributor to v1.0.0-beta4 #184

fix(deps): update dependency com.github.unifiedpush:android-foss_embedded_fcm_distributor to v1.0.0-beta4

fix(deps): update dependency com.github.unifiedpush:android-foss_embedded_fcm_distributor to v1.0.0-beta4 #184

Workflow file for this run

name: Lint
on:
pull_request:
concurrency:
group: lint-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
name: Linting
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Find untested Neon APIs
run: ./tool/find-untested-neon-apis.sh
- name: Find dart:io usage
run: ./tool/find-dart-io-usage.sh
- name: Find relative markdown links
run: ./tool/find-relative-markdown-links.sh