Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit b468580

Browse files
committed
Fixed GitHub Workflow
1 parent 46c9e8f commit b468580

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/branch.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,6 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
jobs:
14-
score-package:
15-
name: "Score Package"
16-
runs-on: ubuntu-latest
17-
steps:
18-
- name: Checkout Repository
19-
uses: actions/checkout@v3
20-
- name: Run Dart Package Analyser
21-
uses: axel-op/dart-package-analyzer@master
22-
id: analysis
23-
with:
24-
githubToken: ${{ secrets.GITHUB_TOKEN }}
25-
- name: Check Package Scores
26-
env:
27-
TOTAL: ${{ steps.analysis.outputs.total }}
28-
TOTAL_MAX: ${{ steps.analysis.outputs.total_max }}
29-
run: |
30-
if (( $TOTAL < $TOTAL_MAX - 10 ))
31-
then
32-
echo Package score less than available score. Improve the score!
33-
exit 1
34-
fi
35-
3614
analyse-code:
3715
name: "Analyse Code"
3816
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)