Skip to content

chore: Updated translations from Hosted Weblate #76

chore: Updated translations from Hosted Weblate

chore: Updated translations from Hosted Weblate #76

Workflow file for this run

name: Flutter checks
on:
pull_request:
branches:
- develop
workflow_dispatch:
jobs:
linting:
name: Linting & Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Set up Flutter
uses: subosito/[email protected]
with:
channel: ${{ vars.FLUTTER_CHANNEL }}
flutter-version: ${{ vars.FLUTTER_VERSION }}
cache: true
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
- name: Get dependencies
run: flutter pub get
- name: Linting
run: flutter analyze --no-fatal-infos --no-fatal-warnings