Skip to content

Commit

Permalink
Cleaned action for checking prs
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Aug 16, 2023
1 parent e245b66 commit 99e654b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
build:
runs-on: ubuntu-latest

env:
FLUTTER_VERSION: "3.10.6"

steps:
- uses: actions/checkout@v3

Expand All @@ -30,16 +27,8 @@ jobs:
- name: Install dependencies
run: flutter pub get

# Uncomment this step to verify the use of 'dart format' on each commit.
# - name: Verify formatting
# run: dart format --output=none --set-exit-if-changed .

# Consider passing '--fatal-infos' for slightly stricter analysis.
- name: Analyze project source
run: dart analyze

# Your project will need to have tests in test/ and a dependency on
# package:test for this step to succeed. Note that Flutter projects will
# want to change this to 'flutter test'.
- name: Run tests
run: flutter test

0 comments on commit 99e654b

Please sign in to comment.