1
0
mirror of https://github.com/git-touch/git-touch synced 2025-02-02 08:56:54 +01:00

15 lines
373 B
YAML
Raw Normal View History

2020-04-16 11:44:50 +08:00
name: lint
on:
push:
2020-11-01 23:35:53 +08:00
branches: [main]
2020-04-16 11:44:50 +08:00
pull_request:
2020-11-01 23:35:53 +08:00
branches: [main]
2020-04-16 11:44:50 +08:00
jobs:
build:
runs-on: ubuntu-latest
container:
image: google/dart:latest
steps:
- uses: actions/checkout@v2
2021-01-31 19:36:02 +08:00
- run: dartfmt --dry-run --set-exit-if-changed lib/*.dart lib/models/*.dart lib/scaffolds/*.dart lib/screens/*.dart lib/utils/*.dart lib/widgets/*.dart