Skip to content

Commit c2e2668

Browse files
committed
ci: add lint action
1 parent 37b4469 commit c2e2668

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/lint.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)