Skip to content

build(deps): bump rexml from 3.2.5 to 3.3.9 in /chat-application/ios #336

build(deps): bump rexml from 3.2.5 to 3.3.9 in /chat-application/ios

build(deps): bump rexml from 3.2.5 to 3.3.9 in /chat-application/ios #336

# Chat Application Linter
name: Lint Chat Application
# Controls when the workflow will run
on:
pull_request:
branches:
- main
# Jobs
jobs:
flutter-application-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- name: Install packages
working-directory: ./chat-application
run: flutter pub get
- name: Run linter
working-directory: ./chat-application
run: flutter analyze --no-fatal-infos