We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b4469 commit c2e2668Copy full SHA for c2e2668
.github/workflows/lint.yml
@@ -0,0 +1,10 @@
1
+on:
2
+ push:
3
+jobs:
4
+ build:
5
+ runs-on: ubuntu-latest
6
+ container:
7
+ image: google/dart:latest
8
+ steps:
9
+ - uses: actions/checkout@v1
10
+ - run: cd highlight && dartanalyzer .
0 commit comments