Skip to content

feat(platofrm): Added online/offline status detection in the platform #3558

feat(platofrm): Added online/offline status detection in the platform

feat(platofrm): Added online/offline status detection in the platform #3558

Workflow file for this run

name: 'Lint PR'
on:
pull_request:
types:
- opened
- edited
- synchronize
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
lint-pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Lint PR
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}