mirror of
https://github.com/getsolus/packages.git
synced 2025-04-26 12:50:29 +03:00
common: Rework package-publish-safety-catches.sh
to use the CI checks (#2050)
**Summary**
Run the CI checks in the safety catches instead of using a separate
implementation.
Depends on #2038. Resolves #1496.
**Test Plan**
Run `go-task run-safety-catches` on a branch that is ahead of main (with
these changes checked out):

**Checklist**
- [x] ~~Package was built and tested against unstable~~
This commit is contained in:
commit
bbdeaa24b8
4 changed files with 46 additions and 61 deletions
1
.github/workflows/script_lint.yml
vendored
1
.github/workflows/script_lint.yml
vendored
|
@ -43,7 +43,6 @@ jobs:
|
|||
check_together: 'yes'
|
||||
ignore_paths: >-
|
||||
common/Legacy/**
|
||||
common/Scripts/package-publish-safety-catches.sh
|
||||
common/Scripts/helpers.zsh
|
||||
common/Scripts/sync_licenses.sh
|
||||
common/Scripts/new-package.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue