Skip to content

feat: remove points

feat: remove points #8

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '2.5.2'
channel: 'stable'
- run: flutter analyze