Skip to content

Commit

Permalink
Try Dart Code Metrics on GitHub #41
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorapa committed Dec 23, 2021
1 parent cbf85cb commit 374f964
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/dartcodemetrics.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Dart Code Metrics

on: [push]

jobs:
check:
name: dart-code-metrics-action

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: dart-code-metrics
uses: dart-code-checker/dart-code-metrics-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ packages:
name: path_provider_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.9"
version: "2.0.10"
path_provider_ios:
dependency: transitive
description:
Expand Down

0 comments on commit 374f964

Please sign in to comment.