Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/gopi2401/insta
Browse files Browse the repository at this point in the history
  • Loading branch information
gopi2401 committed Sep 25, 2024
2 parents 3bad080 + 300f108 commit 3f58c87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Code QL

on:
push:
branches: ["main"]
branches: [ "main" ]

jobs:
analyze:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Activate melos
run: |
echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
dart pub global activate melos
dart pub global activate melos
- name: Bootstrap melos
run: melos bs
- name: Analyze package
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
- name: Bootstrap melos
run: melos bs
- name: Run tests
run: melos exec --dir-exists=test -- flutter test
run: melos exec --dir-exists=test -- flutter test

0 comments on commit 3f58c87

Please sign in to comment.