Skip to content

Commit ea2d631

Browse files
committed
Add pana github workflow
1 parent f51e65d commit ea2d631

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/run_pana.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Run PANA
2+
on: [push, pull_request]
3+
4+
jobs:
5+
package-analysis:
6+
name: 'Run package analysis'
7+
runs-on: ubuntu-latest
8+
timeout-minutes: 10
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: axel-op/dart-package-analyzer@v3
12+
with:
13+
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)