Skip to content

Commit

Permalink
CI: add formatting check
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath committed Sep 2, 2020
1 parent 734f76d commit f6a44ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: pub get
- name: Format
run: dartfmt --dry-run --set-exit-if-changed lib test example
- name: Analyzer
run: dartanalyzer --fatal-infos --fatal-warnings lib test example
- name: Tests
Expand Down
1 change: 0 additions & 1 deletion lib/src/json_path.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ class JsonPath {
@override
String toString() => _selector.expression();
}

0 comments on commit f6a44ca

Please sign in to comment.