Skip to content

real_airtag: read identifier and model from plist for later resolving #136

real_airtag: read identifier and model from plist for later resolving

real_airtag: read identifier and model from plist for later resolving #136

Workflow file for this run

name: Pre-commit
on:
workflow_dispatch:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: './.github/actions/setup-project'
with:
dependency-groups: 'dev,test'
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()