1
0
mirror of https://github.com/git-touch/git-touch synced 2025-02-15 11:00:45 +01:00

15 lines
282 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
2020-04-18 15:59:20 +08:00
- run: dartfmt --dry-run --set-exit-if-changed lib/**/*.dart