Skip to content

feat: added link targeting for ios and android #13

feat: added link targeting for ios and android

feat: added link targeting for ios and android #13

Workflow file for this run

name: Lint Commits
on:
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint Commits
run: |
npm install
npx commitlint --from=${{ github.event.pull_request.base.sha }} --to=${{ github.event.pull_request.head.sha }}