Skip to content

Add ability to download .ipa by the app ID #30

Add ability to download .ipa by the app ID

Add ability to download .ipa by the app ID #30

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '1.19.3'
cache: true
- run: go generate github.com/majd/ipatool/...
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2