1
0
mirror of https://github.com/git-touch/git-touch synced 2024-12-15 01:45:05 +01:00
git-touch-android-ios-app/.github/workflows/lint.yml
2020-11-01 23:39:32 +08:00

15 lines
282 B
YAML

name: lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
container:
image: google/dart:latest
steps:
- uses: actions/checkout@v2
- run: dartfmt --dry-run --set-exit-if-changed lib/**/*.dart