Skip to content

Feature/ kiosk mode #119

Feature/ kiosk mode

Feature/ kiosk mode #119

name: Check source code quality
on:
pull_request:
branches: ["main"]
jobs:
lint:
name: Check lints
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- run: flutter --version
# Check for any formatting issues in the code.
- name: Verify formatting
run: dart format --set-exit-if-changed . --line-length 120