Skip to content

Commit 0b4787f

Browse files
authored
stop pana baseline checking (#4269)
1 parent d9c05ab commit 0b4787f

File tree

4 files changed

+0
-79
lines changed

4 files changed

+0
-79
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- main
2828
- coverage
2929
- release
30-
- pana_baseline
3130
- benchmark
3231

3332
steps:

tool/baseline/pana.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

tool/bot.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ elif [ "$LINTER_BOT" = "benchmark" ]; then
3939
exit 1
4040
fi
4141

42-
elif [ "$LINTER_BOT" = "pana_baseline" ]; then
43-
echo "Checking the linter pana baseline..."
44-
45-
dart tool/pana_baseline.dart
46-
4742
elif [ "$LINTER_BOT" = "coverage" ]; then
4843
echo "Running the coverage bot"
4944

tool/pana_baseline.dart

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)