Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gopi2401 authored Sep 23, 2024
1 parent becf67b commit 9a6dd4d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Dart and Flutter Static Analysis"
name: Dart and Flutter Static Analysis

on:
push:
Expand All @@ -15,11 +15,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

# Set up Flutter environment
# Clean Flutter cache (optional)
- name: Clean Flutter cache
run: flutter clean

# Set up Flutter with a specific version
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 'stable'
flutter-version: '3.10.5'

# Install dependencies
- name: Install dependencies
Expand Down

0 comments on commit 9a6dd4d

Please sign in to comment.