Skip to content

Commit

Permalink
ci: removed unused steps
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonsilv4 committed Sep 19, 2024
1 parent 93b6a6c commit 1d5b105
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
name: flutter_value_notifier

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on: [pull_request, push]

jobs:
semantic_pull_request:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1

build:
run:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
flutter_version: 3.0.0

run:
runs-on: ubuntu-latest
steps:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
coverage_excludes: "*.g.dart"

0 comments on commit 1d5b105

Please sign in to comment.