An open API service indexing awesome lists of open source software.

https://github.com/2sem/patch-package-resolved

Github Action to fix Package.resolved file is corrupted or malformed; fix or delete the file
https://github.com/2sem/patch-package-resolved

Last synced: 4 months ago
JSON representation

Github Action to fix Package.resolved file is corrupted or malformed; fix or delete the file

Awesome Lists containing this project

README

          

In the last article I solved Package.resolved issue and was glad to assist many people.
Recently, I encountered the same issue while updating another app.

This prompted me to devise a custom GitHub action for streamlined resolution..

# Issue
Package.resolved file is corrupted or malformed; fix or delete the file

# Usage
```
- name: Patch Xcode 15.3
uses: 2sem/patch-package-resolved@v2
```

# [Change Logs](https://github.com/2sem/patch-package-resolved/blob/main/changelog.md)

# Article
[Package.resolved file is corrupted or malformed; fix or delete the file](https://toyboy2.medium.com/package-resolved-file-is-corrupted-or-malformed-fix-or-delete-the-file-baeb572863fc)