Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update kotlin monorepo to v1.8.20 #23

Merged
merged 7 commits into from
Mar 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci: dart analyser
  • Loading branch information
validcube committed Mar 28, 2023
commit fce8a514b84d0e30070a4e7be875b0916281a496
28 changes: 28 additions & 0 deletions .github/workflows/analyser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: 🤖 Analyse Task Force

on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
cache: true
- name: Install Flutter dependencies
run: flutter pub get
- name: Generate files with Builder
run: flutter packages pub run build_runner build --delete-conflicting-outputs
- name: Dart Analyze
uses: ValentinVignal/action-dart-analyze@v0.15
with:
fail-on: warning